diff --git a/app/components/Views/AddAccountActions/AddAccountActions.tsx b/app/components/Views/AddAccountActions/AddAccountActions.tsx index 3a3f2b14438..654b41fce78 100644 --- a/app/components/Views/AddAccountActions/AddAccountActions.tsx +++ b/app/components/Views/AddAccountActions/AddAccountActions.tsx @@ -81,7 +81,6 @@ const AddAccountActions = ({ onBack }: AddAccountActionsProps) => { }, [onBack, setIsLoading, trackEvent, createEventBuilder]); ///: BEGIN:ONLY_INCLUDE_IF(keyring-snaps) - const isBitcoinSupportEnabled = useSelector(selectIsBitcoinSupportEnabled); const isBitcoinTestnetSupportEnabled = useSelector( @@ -128,7 +127,9 @@ const AddAccountActions = ({ onBack }: AddAccountActionsProps) => { disabled={isLoading} testID={AddAccountModalSelectorsIDs.NEW_ACCOUNT_BUTTON} /> - {/* ///: BEGIN:ONLY_INCLUDE_IF(keyring-snaps) */} + { + ///: BEGIN:ONLY_INCLUDE_IF(keyring-snaps) + } {isBitcoinSupportEnabled && ( { disabled={isLoading || isBtcTestnetAccountAlreadyCreated} /> )} - {/* ///: END:ONLY_INCLUDE_IF */} + { + ///: END:ONLY_INCLUDE_IF + }