Skip to content

Commit

Permalink
revert defauling to [] (#6208)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat authored and ibrahimtaveras00 committed Oct 17, 2024
1 parent 101697b commit 76c8675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gas/GasSpeedButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const GasSpeedButton = ({
fallbackColor,
marginBottom = 20,
marginTop = 18,
speeds = [],
speeds,
testID = 'gas-speed-button',
theme = 'dark',
canGoBack = true,
Expand Down

0 comments on commit 76c8675

Please sign in to comment.