Skip to content

Commit

Permalink
use undefined for styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Nov 24, 2023
1 parent ca70cac commit 1d44d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItemGrouped.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const propTypes = {
};

const defaultProps = {
wrapperStyle: {},
wrapperStyle: undefined,
};

function ReportActionItemGrouped({wrapperStyle, children}) {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItemSingle.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const propTypes = {
};

const defaultProps = {
wrapperStyle: {},
wrapperStyle: undefined,
showHeader: true,
shouldShowSubscriptAvatar: false,
hasBeenFlagged: false,
Expand Down

0 comments on commit 1d44d68

Please sign in to comment.