Skip to content
Snippets Groups Projects
Commit ae7e55c4 authored by Guilherme Gazzo's avatar Guilherme Gazzo
Browse files

regression: cancel plans button

parent 07d01b0e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,11 @@ const UpgradeToGetMore = ({ activeModules, children }: UpgradeToGetMoreProps) =>
});
if (upgradeModules?.length === 0) {
return null;
return (
<ButtonGroup large vertical>
{children}
</ButtonGroup>
);
}
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment