diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-05-07 15:44:45 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-05-07 15:44:45 +0500 |
| commit | ffbeed38434ece7be28acdf7e3bd900c801a636d (patch) | |
| tree | ac8f7087b4b4ee0ae4a6ac8f9673d2a90e424775 /front/src/Emelents/Topbar.tsx | |
| parent | 164b76fad806b078aad8c537ba9bdcfbfc757dca (diff) | |
Ranged weapons edit page
Diffstat (limited to 'front/src/Emelents/Topbar.tsx')
| -rw-r--r-- | front/src/Emelents/Topbar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/front/src/Emelents/Topbar.tsx b/front/src/Emelents/Topbar.tsx index 284cbb9..8845bc8 100644 --- a/front/src/Emelents/Topbar.tsx +++ b/front/src/Emelents/Topbar.tsx @@ -8,7 +8,7 @@ const defaultPathName = 'index'; function Topbar() { var language = useContext(LanguageContext); var user = useContext(AuthContext); - let path = getTopbarElement(window.location.pathname); + var path = getTopbarElement(window.location.pathname); function getTopText() { if (user == null) { |
