Skip to content

Commit

Permalink
CP-9553: Crash on fee selector in P Devnet Send form (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
atn4z7 authored Nov 22, 2024
1 parent bf9173e commit c0946d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const SendTokenForm = ({
error={isAllFieldsTouched && error ? error : undefined}
/>

{supportsAvalancheDynamicFee && (
{supportsAvalancheDynamicFee && estimatedFee !== undefined && (
<>
<Space y={20} />
<View sx={{ marginHorizontal: 16 }}>
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26357,7 +26357,7 @@ react-native-webview@ava-labs/react-native-webview:
peerDependencies:
react: "*"
react-native: "*"
checksum: 6e268fad7aa8b8e56fd28cc95f94f35a33fdac4cec0085ae71a766d092760e3f9af35218706113ff7ae99a74baabc5112d32005dce9e66bdf4fda676fad9aa4e
checksum: d396f3dea807077e8789e1d463c87024e1633481d3dff53c0650c82a08d8b7d699db97ceab4e8d2c9de85c3d5378d192c968487254c62edadff77e82a9b8c929
languageName: node
linkType: hard

Expand Down

0 comments on commit c0946d2

Please sign in to comment.