Skip to content

Commit

Permalink
fix (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler authored Oct 11, 2023
1 parent 42534d6 commit e53a7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solana/WalletSignBottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ const WalletSignBottomSheet = forwardRef(
index={-1}
backgroundStyle={backgroundStyle}
backdropComponent={renderBackdrop}
snapPoints={animatedSnapPoints.value}
snapPoints={animatedSnapPoints}
onDismiss={handleModalDismiss}
enableDismissOnClose
handleIndicatorStyle={handleIndicatorStyle}
Expand Down

0 comments on commit e53a7b0

Please sign in to comment.