Skip to content

Commit

Permalink
fix: import feature flag library to mock data open node
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym authored Jul 4, 2024
1 parent 3a49222 commit 7ec8fee
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 @@ -4,6 +4,7 @@ import { NodeContributorList, getTotalStakedAmount } from '@/components/NodeCard
import { PubKey } from '@/components/PubKey';
import { SessionTokenInput } from '@/components/SessionTokenInput';
import { formatPercentage } from '@/lib/locale-client';
import { FEATURE_FLAG, useFeatureFlag } from '@/providers/feature-flag-provider';
import { useSessionStakingQuery } from '@/providers/sent-staking-provider';
import { ButtonDataTestId } from '@/testing/data-test-ids';
import { SENT_SYMBOL } from '@session/contracts';
Expand Down

0 comments on commit 7ec8fee

Please sign in to comment.