diff --git a/components/ui/context.tsx b/components/ui/context.tsx index 29f68041c..8110bf1e0 100644 --- a/components/ui/context.tsx +++ b/components/ui/context.tsx @@ -17,7 +17,7 @@ const initialState = { displayModal: false, modalView: 'LOGIN_VIEW', displayToast: false, - toastText: 'HOLAAAA', + toastText: '', } type Action =