From 442fcebbb776e29738a5785fe5524796d0dedbba Mon Sep 17 00:00:00 2001 From: Magic Cat Date: Fri, 19 Jan 2024 15:38:20 +0700 Subject: [PATCH] fix: formatting --- apps/web-neutron/src/chain.json | 10 +++++----- apps/web-neutron/src/components/layout/styles.ts | 6 ++---- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/apps/web-neutron/src/chain.json b/apps/web-neutron/src/chain.json index b9da8bc5a8..a2d89ac4ec 100644 --- a/apps/web-neutron/src/chain.json +++ b/apps/web-neutron/src/chain.json @@ -237,11 +237,11 @@ "matomoSiteID": "8" }, "provider": { - "primaryTokenUnit": "uatom", - "tokenUnits": { - "uatom": { - "display": "atom", - "exponent": 6 + "primaryTokenUnit": "uatom", + "tokenUnits": { + "uatom": { + "display": "atom", + "exponent": 6 } } } diff --git a/apps/web-neutron/src/components/layout/styles.ts b/apps/web-neutron/src/components/layout/styles.ts index 77337d7caa..298b2bd167 100644 --- a/apps/web-neutron/src/components/layout/styles.ts +++ b/apps/web-neutron/src/components/layout/styles.ts @@ -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', @@ -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',