Skip to content

Commit

Permalink
Merge c6b37d4 into c6ecdca
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 authored Oct 20, 2023
2 parents c6ecdca + c6b37d4 commit 5755216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export function TokenDetailScreen({ route, navigation }: Props): JSX.Element {
</View>
)}
</View>
{token.symbol === "DFI" && (
{token.symbol === "DFI" && !isEvmDomain && (
<View style={tailwind("pt-4")}>
<ButtonV2
onPress={() =>
Expand Down

0 comments on commit 5755216

Please sign in to comment.