Skip to content

Commit

Permalink
fixup! fix(suite-native): use correct receive flow screens for connec…
Browse files Browse the repository at this point in the history
…ted device
  • Loading branch information
yanascz committed Jan 14, 2025
1 parent dbc7fde commit e724793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suite-native/accounts/src/components/AddAccountsButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const AddAccountButton = ({ flowType, testID }: AddAccountButtonProps) =>
colorScheme="tertiaryElevation0"
size="medium"
isLoading={hasDeviceDiscovery}
isDisabled={hasDeviceDiscovery}
testID={testID}
/>
);
Expand Down

0 comments on commit e724793

Please sign in to comment.