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

Commit 8c50077

Browse files
clean up
1 parent 0ed544a commit 8c50077

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/App.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ const App = () => {
5858
<NavBar
5959
default
6060
noThrow
61-
profileUrl={location.pathname.includes('/self-service') ? '/self-service/profile/' : `/profile/${auth.profile.handle}`}
61+
profileUrl={
62+
location.pathname.includes("/self-service")
63+
? "/self-service/profile/"
64+
: `/profile/${auth.profile.handle}`
65+
}
6266
hideSwitchTools={isNavigationDisabled}
6367
path="/*"
6468
/>

0 commit comments

Comments
 (0)