From 6bbf2df8e017c84d6c11620e899c0ca27e882417 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 26 Jul 2023 08:27:22 +0800 Subject: [PATCH] chore: fix tag wrap style --- web/src/components/ShortcutView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/ShortcutView.tsx b/web/src/components/ShortcutView.tsx index 97fc05f..5794629 100644 --- a/web/src/components/ShortcutView.tsx +++ b/web/src/components/ShortcutView.tsx @@ -130,13 +130,13 @@ const ShortcutView = (props: Props) => { {shortcut.description &&

{shortcut.description}

} {shortcut.tags.length > 0 && ( -
+
{shortcut.tags.map((tag) => { return ( viewStore.setFilter({ tag: tag })} > #{tag}