Skip to content

Commit

Permalink
tried to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-carlos-sousa committed Nov 24, 2023
1 parent 377c85d commit 8f15343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import CssBaseline from "@material-ui/core/CssBaseline";

const App = () => (
<Provider store={store}>

<React.Fragment>
<CssBaseline />
<Notifier />
Expand Down
7 changes: 3 additions & 4 deletions src/components/Navbar/UserMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ const useStyles = makeStyles((theme) => ({
display: "flex",
alignItems: "flex-end",
flexDirection: "column",

}),
accountName: ({ isMobile }) => ({
margin: isMobile ? theme.spacing(1) : theme.spacing(3, 2),
marginBottom: theme.spacing(1),
overflow: "hidden",
textOverflow: "ellipsis",
maxWidth: "90%",
overflow: "hidden",
textOverflow: "ellipsis",
maxWidth: "90%",
}),
menuList: {
width: "80%",
Expand Down

0 comments on commit 8f15343

Please sign in to comment.