Skip to content

Commit 09a9c81

Browse files
committed
fjern kommentar
1 parent cddc023 commit 09a9c81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xp-archive/client/context/appState/AppStateProvider.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const AppStateProvider = ({ children }: Props) => {
1616
const [selectedLocale, setSelectedLocale] = useState<Locale>('no');
1717
const [selectedVersion, setSelectedVersion] = useState<SelectedVersion>();
1818

19-
// Parse URL on mount
2019
useEffect(() => {
2120
const path = window.location.pathname;
2221
const matches = path.match(/\/xp\/([^\/]+)\/([^\/]+)/);

0 commit comments

Comments
 (0)