From f4f8b15736ef9fc170e840204740beecd5a9d3f9 Mon Sep 17 00:00:00 2001 From: olav Date: Tue, 1 Feb 2022 12:43:37 +0100 Subject: [PATCH] fix: use correct path for create feature link (#650) --- .../src/component/common/ListPlaceholder/ListPlaceholder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/common/ListPlaceholder/ListPlaceholder.tsx b/frontend/src/component/common/ListPlaceholder/ListPlaceholder.tsx index 77e7fa1660..de77aea61c 100644 --- a/frontend/src/component/common/ListPlaceholder/ListPlaceholder.tsx +++ b/frontend/src/component/common/ListPlaceholder/ListPlaceholder.tsx @@ -17,7 +17,7 @@ const ListPlaceholder = ({ text, link, linkText }: IListPlaceholderProps) => { {text} Add your first toggle} + show={Add your first toggle} /> );