Skip to content

Commit

Permalink
Remove unneeded @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaroni committed Jul 9, 2024
1 parent 61d47b0 commit 3a6fd43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/SignTransactionSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,6 @@ export const SignTransactionSheet = () => {
const canPressConfirm = isMessageRequest || (!!walletBalance?.isLoaded && !!currentNetwork && !!selectedGasFee?.gasFee?.estimatedFee);

return (
// @ts-expect-error Property 'children' does not exist on type
<PanGestureHandler enabled={IS_IOS}>
<Animated.View>
<Inset bottom={{ custom: SCREEN_BOTTOM_INSET }}>
Expand Down

0 comments on commit 3a6fd43

Please sign in to comment.