From 43ebbfc3217a235fe92777c249595bdbcdd9f2c0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 15 Feb 2026 13:21:29 +0200 Subject: [PATCH] chore(badges/content): add separator --- apps/client/src/widgets/layout/ActiveContentBadges.tsx | 1 + apps/client/src/widgets/react/NotePropertyMenu.tsx | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/layout/ActiveContentBadges.tsx b/apps/client/src/widgets/layout/ActiveContentBadges.tsx index 689854237d..162607b194 100644 --- a/apps/client/src/widgets/layout/ActiveContentBadges.tsx +++ b/apps/client/src/widgets/layout/ActiveContentBadges.tsx @@ -73,6 +73,7 @@ const typeMappings: Record ); } + if ("type" in option) { + return ; + } + return renderItem(option); })}