Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Feb 7, 2024
1 parent 603627b commit a706155
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/src/components/Shared/SwitchNetwork.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ const SwitchNetwork: FC<SwitchNetworkProps> = ({
onClick={() => {
onSwitch?.();
switchChain?.({ chainId: toChainId });
Leafwatch.track(SYSTEM.SWITCH_NETWORK, {
chain: toChainId
});
Leafwatch.track(SYSTEM.SWITCH_NETWORK, { chain: toChainId });
}}
type="button"
variant="danger"
Expand Down

0 comments on commit a706155

Please sign in to comment.