Skip to content

Commit 2cfc33a

Browse files
committed
fix: lint
1 parent f345a5b commit 2cfc33a

File tree

1 file changed

+6
-6
lines changed
  • src/components/common/NetworkSelector

1 file changed

+6
-6
lines changed

src/components/common/NetworkSelector/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ export const getNetworkLink = (router: NextRouter, safeAddress: string, networkS
7474
const query = (
7575
isSafeOpened
7676
? {
77-
safe: `${networkShortName}:${safeAddress}`,
78-
}
77+
safe: `${networkShortName}:${safeAddress}`,
78+
}
7979
: { chain: networkShortName }
8080
) as {
8181
safe?: string
@@ -386,10 +386,10 @@ const NetworkSelector = ({
386386
},
387387
...(isDarkMode
388388
? {
389-
'& .Mui-selected, & .Mui-selected:hover': {
390-
backgroundColor: `${theme.palette.secondary.background} !important`,
391-
},
392-
}
389+
'& .Mui-selected, & .Mui-selected:hover': {
390+
backgroundColor: `${theme.palette.secondary.background} !important`,
391+
},
392+
}
393393
: {}),
394394
},
395395
}}

0 commit comments

Comments
 (0)