From 76c86752e370a4869324cde507ea7391f01474bc Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Thu, 17 Oct 2024 10:54:07 -0400 Subject: [PATCH] revert defauling to [] (#6208) --- src/components/gas/GasSpeedButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,