Skip to content

Commit

Permalink
refactor(components): update module published proposal condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Poafs1 committed Jun 7, 2024
1 parent 4ded96d commit 00b73a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pages/module-details/components/ModuleInfoBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ModuleInfoBodyPublishedAndRepublished = ({
);
}

if (recentPublishProposal && recentPublishProposal.id) {
if (recentPublishProposal) {
return (
<LabelText
label={`${labelPrefix} Proposal ID`}
Expand Down

0 comments on commit 00b73a2

Please sign in to comment.