Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaCat committed Jan 19, 2024
1 parent be9678e commit 442fceb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 5 additions & 5 deletions apps/web-neutron/src/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@
"matomoSiteID": "8"
},
"provider": {
"primaryTokenUnit": "uatom",
"tokenUnits": {
"uatom": {
"display": "atom",
"exponent": 6
"primaryTokenUnit": "uatom",
"tokenUnits": {
"uatom": {
"display": "atom",
"exponent": 6
}
}
}
Expand Down
6 changes: 2 additions & 4 deletions apps/web-neutron/src/components/layout/styles.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CSSObject } from '@emotion/react';
import { makeStyles } from 'tss-react/mui';

const useStyles = makeStyles()((theme) => ({
const useStyles = makeStyles()(theme => ({
root: {
[theme.breakpoints.up('lg')]: {
display: 'flex',
Expand All @@ -21,9 +21,7 @@ const useStyles = makeStyles()((theme) => ({
zIndex: 1299,
},
},
appBarPlaceholder: {
...(theme.mixins.toolbar as CSSObject),
},
appBarPlaceholder: theme.mixins.toolbar as CSSObject,
children: {
flexGrow: 1,
display: 'flex',
Expand Down

0 comments on commit 442fceb

Please sign in to comment.