aboutsummaryrefslogtreecommitdiffstats
path: root/webui
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2023-01-23 10:38:55 -0500
committerYaroslav Halchenko <debian@onerussian.com>2023-01-23 10:38:55 -0500
commit1af335f9132ed441d0ee89af5e494bba9a401377 (patch)
treeb40f6c98e561a269fa0aa1c1ce469dc9cebb9257 /webui
parentb0ea26df494b9a66d4c860300b72ac2eb526db8f (diff)
downloadgit-bug-1af335f9132ed441d0ee89af5e494bba9a401377.tar.gz
[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 ^^^
Diffstat (limited to 'webui')
-rw-r--r--webui/src/components/Header/Header.tsx2
1 files changed, 1 insertions, 1 deletions
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 <Tabs>
- // 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);