From 8ec5f30a5db9e1245730cc796bc652af60764964 Mon Sep 17 00:00:00 2001 From: itsmejoeeey <9375730+itsmejoeeey@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:31:17 +1300 Subject: [PATCH] :bug: Add trailing slash to quick fix #1064 * Add trailing slash to switch-view-buttons on Workspace sidebar. This prevents a bug when later using switch view buttons on Default/Minimal view switchers. --- src/components/Workspace/SideBar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Workspace/SideBar.vue b/src/components/Workspace/SideBar.vue index 2cb7ca1f..2c85a167 100644 --- a/src/components/Workspace/SideBar.vue +++ b/src/components/Workspace/SideBar.vue @@ -20,10 +20,10 @@