From 02227e0a441f399d7e062176f1e020db26d0776e Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Fri, 4 Aug 2023 21:48:24 +0200 Subject: [PATCH] Fix issue with link on boards page --- src/pages/manage/boards/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/manage/boards/index.tsx b/src/pages/manage/boards/index.tsx index e8c0bfacf..0579b9f46 100644 --- a/src/pages/manage/boards/index.tsx +++ b/src/pages/manage/boards/index.tsx @@ -136,7 +136,7 @@ const BoardsPage = () => { variant="default" color="blue" radius="md" - href={`/board/${board}`} + href={`/board/${board.name}`} > View dashboard