Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Feb 26, 2024
1 parent fdd976d commit e35c71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade.renegade.fi/components/panels/wallets-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function TokenBalance(props: TokenBalanceProps) {
}

function DepositWithdrawButtons() {
const { onOpenAirdropModal, setView } = useApp()
const { setView } = useApp()
const { accountId } = useRenegade()
if (!accountId) return null
return (
Expand Down

0 comments on commit e35c71c

Please sign in to comment.