fix: encode profile ids #280

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-01-22 22:08:32 +01:00
parent 9e5b482447
commit 753d6dce4c
6 changed files with 9 additions and 9 deletions

View File

@@ -149,7 +149,7 @@ export function useColumns() {
}
return (
<ProjectLink
href={`/profiles/${event.profileId}`}
href={`/profiles/${encodeURIComponent(event.profileId)}`}
className="inline-flex min-w-full flex-none items-center gap-2"
>
{event.profileId}