This commit is contained in:
Belen Curcio
2020-10-26 10:20:34 -03:00
parent 2f1eefc5cc
commit f3d506e271
10 changed files with 460 additions and 54 deletions

View File

@@ -157,10 +157,6 @@ export const UIProvider: FC = (props) => {
closeToast,
}
setTimeout(() => {
openToast()
}, 200)
return <UIContext.Provider value={value} {...props} />
}