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}