Skip to content

Commit

Permalink
remove second wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
madmax330 committed Nov 29, 2022
1 parent 03fbc8b commit be01eee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/home/ReportScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,10 @@ class ReportScreen extends React.Component {
<Freeze
freeze={this.props.isSmallScreenWidth && this.props.isDrawerOpen}
placeholder={(
<ScreenWrapper
style={screenWrapperStyle}
>
<>
<ReportHeaderSkeletonView />
<ReportActionsSkeletonView containerHeight={this.state.skeletonViewContainerHeight} />
</ScreenWrapper>
</>
)}
>
<FullPageNotFoundView
Expand Down

0 comments on commit be01eee

Please sign in to comment.