This commit is contained in:
2021-06-05 20:18:11 +02:00
parent abbdb6027c
commit 0b28182458
14 changed files with 50 additions and 264 deletions
@@ -1,5 +1,5 @@
import React from 'react';
import { AppBar, Toolbar, Grid, Typography } from '@material-ui/core';
import {Grid, Typography } from '@material-ui/core';
const Footer = () => {
return (
@@ -123,12 +123,7 @@ const Navigation = (props) => {
}
});
}, [value, routes]);
useEffect(() => {
setTimeout(() => {
tabsActions.current?.updateIndicator();
}, 100);
});
return (
<Container ref={wrapper}>
<Hidden mdUp>