From 1af335f9132ed441d0ee89af5e494bba9a401377 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 23 Jan 2023 10:38:55 -0500 Subject: [DATALAD RUNCMD] Run codespell -w === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- webui/src/components/Header/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui') diff --git a/webui/src/components/Header/Header.tsx b/webui/src/components/Header/Header.tsx index 961696d7..0bbbe3bb 100644 --- a/webui/src/components/Header/Header.tsx +++ b/webui/src/components/Header/Header.tsx @@ -69,7 +69,7 @@ function Header() { const location = useLocation(); // Prevents error of invalid tab selection in - // Will return a valid tab path or false if path is unkown. + // Will return a valid tab path or false if path is unknown. function highlightTab() { const validTabs = ['/', '/code', '/pulls', '/settings']; const tab = validTabs.find((tabPath) => tabPath === location.pathname); -- cgit