Skip to content

Commit

Permalink
missed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Sep 13, 2024
1 parent 8d0eab2 commit 1f40848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ConvertToModuleCallout = () => {
</EntityIcon>
);

if (isConverting) return null;
if (!isConverting) return null;
return (
<Flex p="spaces-7" w="100%">
<ConvertEntityNotification icon={PluginIcon} name={action.name} />
Expand Down

0 comments on commit 1f40848

Please sign in to comment.