Skip to content

Commit

Permalink
fix: fix PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Nov 9, 2024
1 parent dbd2e9d commit 2a5810e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pages/confirmations/hooks/useGasFeeInputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ export function useGasFeeInputs(
);

const networkClientId =
network?.rpcEndpoints?.[network?.defaultRpcEndpointIndex].networkClientId ??
transaction?.networkClientId;
network?.rpcEndpoints?.[network?.defaultRpcEndpointIndex]
?.networkClientId ?? transaction?.networkClientId;

const supportsEIP1559 =
useSelector(checkNetworkAndAccountSupports1559) &&
Expand Down

0 comments on commit 2a5810e

Please sign in to comment.