diff --git a/src/view/shell/mobile/Menu.tsx b/src/view/shell/mobile/Menu.tsx
index 81f2164dae..99f2bdab6a 100644
--- a/src/view/shell/mobile/Menu.tsx
+++ b/src/view/shell/mobile/Menu.tsx
@@ -1,5 +1,6 @@
import React, {useEffect} from 'react'
import {
+ ScrollView,
StyleProp,
StyleSheet,
TouchableOpacity,
@@ -97,7 +98,7 @@ export const Menu = observer(
)
return (
-
+
onNavigate(`/profile/${store.me.handle}`)}
style={styles.profileCard}>
@@ -207,7 +208,8 @@ export const Menu = observer(
{VersionNumber.buildVersion})
-
+
+
)
},
)