diff --git a/app/account/[accountId].tsx b/app/account/[accountId].tsx index 99f6e0e..937b58a 100644 --- a/app/account/[accountId].tsx +++ b/app/account/[accountId].tsx @@ -16,6 +16,7 @@ import { ActivityIndicator, Alert, Image, + Platform, Pressable, StyleSheet, Text, @@ -504,7 +505,12 @@ export default function AccountScreen() { /> ) : null} - +