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

Commit 4edcf4e

Browse files
PROD-2057 #comment add support route #time 5m
1 parent 959e860 commit 4edcf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const App = () => {
4444
const location = useLocation();
4545

4646
// if this is the self-service app, don't display anything
47-
if (!!['/self-service', '/work', '/account'].find(path => location.pathname.startsWith(path))) {
47+
if (!!['/self-service', '/work', '/account', '/support'].find(path => location.pathname.startsWith(path))) {
4848
return <></>
4949
}
5050

0 commit comments

Comments
 (0)