Skip to content

Commit a0d17fe

Browse files
committed
fix styles
1 parent bb16205 commit a0d17fe

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/pages/TransactionDuplicate/Review.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,12 @@ function TransactionDuplicateReview() {
7575
if (isLoadingPage) {
7676
return (
7777
<ScreenWrapper testID={TransactionDuplicateReview.displayName}>
78-
<View style={[styles.borderBottom]}>
79-
<ReportHeaderSkeletonView onBackButtonPress={Navigation.goBack} />
78+
<View style={[styles.flex1]}>
79+
<View style={[styles.appContentHeader, styles.borderBottom]}>
80+
<ReportHeaderSkeletonView onBackButtonPress={() => {}} />
81+
</View>
82+
<ReportActionsSkeletonView />
8083
</View>
81-
<ReportActionsSkeletonView />
8284
</ScreenWrapper>
8385
);
8486
}

0 commit comments

Comments
 (0)