Skip to content

Commit

Permalink
regression: cancel plans button
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Dec 1, 2023
1 parent 07d01b0 commit ae7e55c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ const UpgradeToGetMore = ({ activeModules, children }: UpgradeToGetMoreProps) =>
});

if (upgradeModules?.length === 0) {
return null;
return (
<ButtonGroup large vertical>
{children}
</ButtonGroup>
);
}

return (
Expand Down

0 comments on commit ae7e55c

Please sign in to comment.