Skip to content

Commit

Permalink
remove unnecessary check for undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed May 30, 2024
1 parent f949d46 commit 95e4842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function StyleVariationsContainer( { gap = 2 } ) {
return {
...variation,
settings: variation.settings ?? {},
styles: styles ?? {},
styles,
};
} ),
];
Expand Down

0 comments on commit 95e4842

Please sign in to comment.