Modal Stable / Login View

This commit is contained in:
Belen Curcio
2020-10-25 18:13:25 -03:00
parent 42eb79d81f
commit eb94d2dbf9
10 changed files with 124 additions and 84 deletions

View File

@@ -101,8 +101,6 @@ export const UIProvider: FC = (props) => {
closeModal,
}
console.log('state', state)
return <UIContext.Provider value={value} {...props} />
}