Skip to content

Commit

Permalink
tidied code in StackCard to use spreader ed-17
Browse files Browse the repository at this point in the history
  • Loading branch information
joncooper65 committed Apr 4, 2024
1 parent 55d5cf6 commit 29768ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/workspaces/web-app/src/components/stacks/StackCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const StackCard = ({ classes, stack, openStack, deleteStack, editStack, restartS
/>
</div>
</div>
{NOTEBOOK_TYPE_NAME === typeName && warning.message && <SuspendWarning message={warning.message} docId={warning.docId}/>}
{NOTEBOOK_TYPE_NAME === typeName && warning.message && <SuspendWarning {...warning}/>}
</div>
);
};
Expand Down

0 comments on commit 29768ee

Please sign in to comment.