We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e715ac commit acb4e03Copy full SHA for acb4e03
frontend/src/components/layout/AuthLayout.tsx
@@ -50,7 +50,6 @@ const useStyles = makeStyles((theme: Theme) => ({
50
const AuthLayout: React.FC<Props> = ({ children }) => {
51
const [state, setState] = useState(initialState)
52
const classes = useStyles({})
53
- console.log('AuthLayout')
54
const checkIsMobile = useCallback(
55
() => (window.innerWidth < 600 ? true : false),
56
[],
0 commit comments