Skip to content

Commit c256f43

Browse files
committed
fixed routing path
1 parent 7062692 commit c256f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/pages/siglead/SigScreenComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const renderSigLink = (sigMemCount: SigMemberCount, index: number) => {
1212
const count = sigMemCount.count;
1313
return (
1414
<NavLink
15-
href={`${useLocation().pathname}${org}`}
15+
href={`${useLocation().pathname}/${org}`}
1616
active={index % 2 === 0}
1717
label={org}
1818
color="var(--mantine-color-blue-light)"

0 commit comments

Comments
 (0)