diff --git a/src/components/gas/GasSpeedButton.tsx b/src/components/gas/GasSpeedButton.tsx index 2506342a029..2b8669ef9c9 100644 --- a/src/components/gas/GasSpeedButton.tsx +++ b/src/components/gas/GasSpeedButton.tsx @@ -167,7 +167,7 @@ const GasSpeedButton = ({ fallbackColor, marginBottom = 20, marginTop = 18, - speeds = [], + speeds, testID = 'gas-speed-button', theme = 'dark', canGoBack = true,