Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 17, 2024
1 parent 8fa7236 commit b1671d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/governance/ProposalScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const ProposalScreen = () => {
)
const { anchorProvider } = useSolana()
const { walletSignBottomSheetRef } = useWalletSign()
const { mint, loading, amountLocked, votingPower } = useGovernance()
const { mint, loading, votingPower } = useGovernance()
const handleBrowseVoters = useCallback(() => {
navigation.navigate('VotersScreen', {
mint: mint.toBase58(),
Expand Down

0 comments on commit b1671d2

Please sign in to comment.