diff --git a/desktop/app/src/chrome/mainsidebar/sidebarUtils.tsx b/desktop/app/src/chrome/mainsidebar/sidebarUtils.tsx index 3a0117378..3043694ae 100644 --- a/desktop/app/src/chrome/mainsidebar/sidebarUtils.tsx +++ b/desktop/app/src/chrome/mainsidebar/sidebarUtils.tsx @@ -166,7 +166,12 @@ export const PluginSidebarListItem: React.FC<{ backgroundColor={starred === false ? colors.light20 : iconColor} color={colors.white} /> - {getPluginTitle(plugin)} + + {getPluginTitle(plugin)} + {starred !== undefined && (!starred || isActive) && (