Skip to content

Commit b3aa150

Browse files
committed
fix: render null icon
1 parent 040c5cf commit b3aa150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/v2/devtronStackManager/DevtronStackManager.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ export const InstallationWrapper = ({
917917
}}
918918
showTooltip={isInstallButtonDisabled}
919919
text={text}
920-
startIcon={<Icon />}
920+
startIcon={Icon ? <Icon /> : null}
921921
fullWidth
922922
/>
923923
)}

0 commit comments

Comments
 (0)