Skip to content

Commit

Permalink
fix: remove , from headerActions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Aug 22, 2024
1 parent cceb08b commit efc843c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/shared/components/ResourceDetails/ResourceDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ function Resource({
>
{t('common.buttons.delete')}
</Button>
,
{createPortal(
<DeleteMessageBox resource={resource} resourceUrl={resourceUrl} />,
document.body,
Expand Down Expand Up @@ -286,8 +285,7 @@ function Resource({
const resourceStatusCard =
customStatusColumns?.length ||
customConditionsComponents?.length ||
statusConditions?.length ||
statusBadge ? (
statusConditions?.length ? (
<ResourceStatusCard
statusBadge={statusBadge ? statusBadge(resource) : null}
customColumns={
Expand Down

0 comments on commit efc843c

Please sign in to comment.