diff options
Diffstat (limited to 'src/screens/Profile/Header/GrowableBanner.tsx')
-rw-r--r-- | src/screens/Profile/Header/GrowableBanner.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/Header/GrowableBanner.tsx b/src/screens/Profile/Header/GrowableBanner.tsx index e1bb8e00e..144b7cd2d 100644 --- a/src/screens/Profile/Header/GrowableBanner.tsx +++ b/src/screens/Profile/Header/GrowableBanner.tsx @@ -36,8 +36,8 @@ export function GrowableBanner({ if (!pagerContext || !isIOS) { return ( <View style={[a.w_full, a.h_full]}> - {backButton} {children} + {backButton} </View> ) } |