Fix issue with link on boards page
This commit is contained in:
@@ -136,7 +136,7 @@ const BoardsPage = () => {
|
|||||||
variant="default"
|
variant="default"
|
||||||
color="blue"
|
color="blue"
|
||||||
radius="md"
|
radius="md"
|
||||||
href={`/board/${board}`}
|
href={`/board/${board.name}`}
|
||||||
>
|
>
|
||||||
View dashboard
|
View dashboard
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user