From 4314c5270b8cc2bf936ae777c287878b8d693184 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 26 Oct 2020 00:12:51 -0300 Subject: [PATCH] Toast Component Wip --- components/ui/context.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =