Skip to content

Commit

Permalink
fix(suite-native): suspicious device back button removed
Browse files Browse the repository at this point in the history
  • Loading branch information
PeKne committed Feb 12, 2025
1 parent 956636d commit e699505
Showing 1 changed file with 7 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,23 +103,13 @@ export const SuspiciousDeviceScreen = ({
</IconListTextItem>
</VStack>
</VStack>
<VStack spacing="sp12">
<Button
testID="@onboarding/SuspiciousDeviceScreen/contactSupportBtn"
colorScheme="yellowBold"
onPress={handleContactSupportButtonPress}
>
<Translation id="moduleOnboarding.suspiciousDeviceScreen.contactSupportButton" />
</Button>

<Button
colorScheme="yellowElevation0"
onPress={handleBackButtonPress}
testID="@onboarding/SuspiciousDeviceScreen/backBtn"
>
<Translation id="generic.buttons.back" />
</Button>
</VStack>
<Button
testID="@onboarding/SuspiciousDeviceScreen/contactSupportBtn"
colorScheme="yellowBold"
onPress={handleContactSupportButtonPress}
>
<Translation id="moduleOnboarding.suspiciousDeviceScreen.contactSupportButton" />
</Button>
</VStack>
</Screen>
);
Expand Down

0 comments on commit e699505

Please sign in to comment.