From 4536fdd817f3be6343a72514925344082b95d490 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 31 Aug 2022 16:09:36 +0200 Subject: [PATCH] feat: add count to tag types list (#2023) --- frontend/src/component/tags/TagTypeList/TagTypeList.tsx | 3 +-- .../__tests__/__snapshots__/TagTypeList.test.tsx.snap | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/component/tags/TagTypeList/TagTypeList.tsx b/frontend/src/component/tags/TagTypeList/TagTypeList.tsx index c468360913..8ab4a328b3 100644 --- a/frontend/src/component/tags/TagTypeList/TagTypeList.tsx +++ b/frontend/src/component/tags/TagTypeList/TagTypeList.tsx @@ -183,13 +183,12 @@ export const TagTypeList = () => { setToastApiError(formatUnknownError(error)); } }; - return ( - Tag types + Tag types (5)
- Navigated to Tag types + Navigated to Tag types (5)
, ] `;