Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Nov 20, 2024
1 parent f345a5b commit 2cfc33a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/common/NetworkSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ export const getNetworkLink = (router: NextRouter, safeAddress: string, networkS
const query = (
isSafeOpened
? {
safe: `${networkShortName}:${safeAddress}`,
}
safe: `${networkShortName}:${safeAddress}`,
}
: { chain: networkShortName }
) as {
safe?: string
Expand Down Expand Up @@ -386,10 +386,10 @@ const NetworkSelector = ({
},
...(isDarkMode
? {
'& .Mui-selected, & .Mui-selected:hover': {
backgroundColor: `${theme.palette.secondary.background} !important`,
},
}
'& .Mui-selected, & .Mui-selected:hover': {
backgroundColor: `${theme.palette.secondary.background} !important`,
},
}
: {}),
},
}}
Expand Down

0 comments on commit 2cfc33a

Please sign in to comment.