Skip to content

Commit

Permalink
fix: add wallet import
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym authored Jul 4, 2024
1 parent 6673b17 commit 2e8918e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/staking/app/stake/node/[nodeId]/NodeStaking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { generateOpenNodes } from '@session/sent-staking-js/test';
import { Loading } from '@session/ui/components/loading';
import { Button } from '@session/ui/ui/button';
import { formatNumber } from '@session/util/maths';
import { useWallet } from '@session/wallet/hooks/wallet-hooks';
import { useTranslations } from 'next-intl';
import { useMemo, useState } from 'react';
import { ActionModuleDivider, ActionModuleRow } from '../../ActionModule';
Expand Down

0 comments on commit 2e8918e

Please sign in to comment.