Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit aaa6682

Browse files
PROD-1607 #comment clean-up #time 5m
1 parent ede9890 commit aaa6682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/profile-selector/profile-logged-in/profile-panel/ProfilePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const ProfilePanel: FC<ProfilePanelProps> = (props: ProfilePanelProps) => {
3535
<Link
3636
className={styles.profile}
3737
onClick={() => props.toggleProfilePanel()}
38-
to={`'${props.workPath}/account'`}
38+
to={`${props.workPath}/account`}
3939
>
4040
Account
4141
</Link>

0 commit comments

Comments
 (0)