cleanup
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user