From a7526b449adc66e474c4fff25ce6d7b69b2f24cc Mon Sep 17 00:00:00 2001 From: wurongjie Date: Thu, 9 Apr 2026 14:59:22 +0800 Subject: [PATCH] fix(dashboard): remove encoding from slug params The router handles parameter encoding automatically. Explicitly encoding the slug results in double-encoded characters in the URL. Signed-off-by: wurongjie --- web/src/pages/dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/dashboard.tsx b/web/src/pages/dashboard.tsx index c18e72c91..209aba282 100644 --- a/web/src/pages/dashboard.tsx +++ b/web/src/pages/dashboard.tsx @@ -144,7 +144,7 @@ export function DashboardPage() {
{skill.displayName}