Skip to content

Commit e159967

Browse files
committed
? not & silly
1 parent c2f9968 commit e159967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/userLookup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ const UserDetailsModal = (props: { player: Player }) => {
404404
<LinkColor
405405
onClick={() => {
406406
if (!potentialUser) {
407-
nav(`/User/${ckey}&viewTickets=1`);
407+
nav(`/user/${ckey}/?viewTickets=1`);
408408
} else {
409409
setViewTickets(true);
410410
}

0 commit comments

Comments
 (0)