diff --git a/src/components/AlertComponent/index.tsx b/src/components/AlertComponent/index.tsx index 9e9db7262..196e2a89c 100644 --- a/src/components/AlertComponent/index.tsx +++ b/src/components/AlertComponent/index.tsx @@ -23,9 +23,9 @@ export const AlertComponent = ({ }: IAlertComponent) => { return ( - message === null ? (<> - ): - ( + // message !== null ? (<> + // ): + // ( (