Skip to content

Commit

Permalink
fix: menu app bar background color and update mui
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSusa committed Apr 4, 2021
1 parent 16e3396 commit ef73eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ function Home() {
return
}
initAsync()
return () => {}
return () => { }
}, [dispatch, pageType])

const objLM = {
height: 'calc(100vh - 66px)',
height: 'calc(100vh - 56px)',
overflowY: 'hidden'
}
const objNLM = {
Expand Down

0 comments on commit ef73eec

Please sign in to comment.