We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb16205 commit a0d17feCopy full SHA for a0d17fe
1 file changed
src/pages/TransactionDuplicate/Review.tsx
@@ -75,10 +75,12 @@ function TransactionDuplicateReview() {
75
if (isLoadingPage) {
76
return (
77
<ScreenWrapper testID={TransactionDuplicateReview.displayName}>
78
- <View style={[styles.borderBottom]}>
79
- <ReportHeaderSkeletonView onBackButtonPress={Navigation.goBack} />
+ <View style={[styles.flex1]}>
+ <View style={[styles.appContentHeader, styles.borderBottom]}>
80
+ <ReportHeaderSkeletonView onBackButtonPress={() => {}} />
81
+ </View>
82
+ <ReportActionsSkeletonView />
83
</View>
- <ReportActionsSkeletonView />
84
</ScreenWrapper>
85
);
86
}
0 commit comments