Skip to content

Commit

Permalink
fix: coderabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Oct 25, 2024
1 parent 69704e3 commit ea96064
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/router/src/gateway-ui/Gateway.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,7 @@ export const Gateway = () => {
</TabList>
<Divider orientation='vertical' />
<TabPanels flex={1} width='100%'>
{state.balances && (
<TabPanel>
<WalletCard />
</TabPanel>
)}
<TabPanel>{state.balances && <WalletCard />}</TabPanel>
<TabPanel>
<LightningCard />
</TabPanel>
Expand Down

0 comments on commit ea96064

Please sign in to comment.