diff --git a/packages/desktop/src/main/ts/custom-alert/CustomAlert.tsx b/packages/desktop/src/main/ts/custom-alert/CustomAlert.tsx index ceb3b4b4a..2c1e42eb6 100644 --- a/packages/desktop/src/main/ts/custom-alert/CustomAlert.tsx +++ b/packages/desktop/src/main/ts/custom-alert/CustomAlert.tsx @@ -9,7 +9,6 @@ import { } from '@qiwi/pijma-core' import React, { FC, ReactNode } from 'react' - export interface CustomAlertProps { icon?: ReactNode shadow?: string @@ -20,14 +19,14 @@ export interface CustomAlertProps { } export const CustomAlert: FC = ({ - children, - icon, - bg, - shadow, - textColor, - onHide, - ...rest - }) => { + children, + icon, + bg, + shadow, + textColor, + onHide, + ...rest +}) => { return ( = ({ - children, - icon, - bg, - shadow, - textColor, - onHide, - ...rest - }) => { + children, + icon, + bg, + shadow, + textColor, + onHide, + ...rest +}) => { return (