Skip to content

Commit

Permalink
Update SelectTravelTokenScreenComponent.tsx (#3682)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorelosorio committed Jun 26, 2023
1 parent 87decb4 commit cbf4f73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const SelectTravelTokenScreenComponent = ({onAfterSave}: Props) => {
onPress={onSave}
text={t(TravelTokenTexts.toggleToken.saveButton)}
interactiveColor="interactive_0"
disabled={!!selectedToken}
disabled={!selectedToken}
testID="confirmSelectionButton"
/>
)
Expand Down

0 comments on commit cbf4f73

Please sign in to comment.