Skip to content

Commit

Permalink
Fix HeaderView styles
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Nov 17, 2023
1 parent 3886c84 commit 175aa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/HeaderView.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function HeaderView(props) {
style={[styles.appContentHeader, shouldShowBorderBottom && styles.borderBottom]}
dataSet={{dragArea: true}}
>
<View style={[styles.appContentHeaderTitle, !props.isSmallScreenWidth && styles.pl5]}>
<View style={[styles.appContentHeaderTitle, !props.isSmallScreenWidth && !isLoading && styles.pl5]}>
{isLoading ? (
<ReportHeaderSkeletonView />
) : (
Expand Down

0 comments on commit 175aa5c

Please sign in to comment.