Skip to content

Commit

Permalink
chore(ui-ux): resolved ui bug for address book screen (#4041)
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 authored Oct 4, 2023
1 parent fd79b4d commit e13ad96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ export function AddressBookScreen({ route, navigation }: Props): JSX.Element {
<View style={tailwind("flex flex-row items-center flex-auto")}>
<View style={tailwind("flex flex-auto mr-1")}>
{item.label !== "" && (
<>
<View style={tailwind("flex flex-row items-center")}>
<ThemedTextV2
style={tailwind("font-semibold-v2 text-sm min-w-0")}
testID={`address_row_label_${index}_${testIDSuffix}`}
Expand All @@ -406,7 +406,7 @@ export function AddressBookScreen({ route, navigation }: Props): JSX.Element {
</Text>
</LinearGradient>
)}
</>
</View>
)}
{/* for DFI address */}
<YourAddressLink
Expand Down

0 comments on commit e13ad96

Please sign in to comment.