We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a040ee5 commit aa75c46Copy full SHA for aa75c46
packages/js/experimental/src/inbox-note/inbox-note.tsx
@@ -171,7 +171,7 @@ const InboxNoteCard: React.FC< InboxNoteProps > = ( {
171
const actionWrapperClassName = classnames(
172
'woocommerce-inbox-message__actions',
173
{
174
- 'has-multiple-actions': note.actions.length > 1,
+ 'has-multiple-actions': note.actions?.length > 1,
175
}
176
);
177
0 commit comments