diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx index 56814fe9..320d8a77 100644 --- a/src/view/com/profile/ProfileHeader.tsx +++ b/src/view/com/profile/ProfileHeader.tsx @@ -541,6 +541,8 @@ const styles = StyleSheet.create({ height: 30, overflow: 'hidden', borderRadius: 15, + // @ts-ignore web only + cursor: 'pointer', }, backBtn: { width: 30,