Skip to content

Commit

Permalink
removed unnecessary style
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan92 committed Nov 6, 2023
1 parent c77fbfe commit 9983f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ function ReportActionItem(props) {
content = (
<>
<AnimatedEmptyStateBackground />
<View style={[StyleUtils.getReportWelcomeTopMarginStyle(props.isSmallScreenWidth), styles.flex1]}>
<View style={[StyleUtils.getReportWelcomeTopMarginStyle(props.isSmallScreenWidth)]}>
<ReportActionItemSingle
action={parentReportAction}
showHeader={!props.draftMessage}
Expand Down

0 comments on commit 9983f88

Please sign in to comment.