diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-01 20:30:08 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-01 20:30:08 -0700 |
commit | 0d6acd661502b5f155f2c79f32fee17b59cb6cdd (patch) | |
tree | 7a06f58972cba33daa14513f36fc1812bc55858e /modern/src/App.js | |
parent | d3bd766cbc81f51c9b13b82d0ca92ae819561ea8 (diff) | |
download | trackermap-web-0d6acd661502b5f155f2c79f32fee17b59cb6cdd.tar.gz trackermap-web-0d6acd661502b5f155f2c79f32fee17b59cb6cdd.tar.bz2 trackermap-web-0d6acd661502b5f155f2c79f32fee17b59cb6cdd.zip |
Fix style issues
Diffstat (limited to 'modern/src/App.js')
-rw-r--r-- | modern/src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/App.js b/modern/src/App.js index a4b66ea1..5455058a 100644 --- a/modern/src/App.js +++ b/modern/src/App.js @@ -50,7 +50,7 @@ import EventPage from './EventPage'; import PreferencesPage from './settings/PreferencesPage'; import BottomMenu from './components/BottomMenu'; -const useStyles = makeStyles((theme) => ({ +const useStyles = makeStyles(() => ({ root: { display: 'flex', flexDirection: 'column', |