summaryrefslogtreecommitdiff
path: root/front/src/Emelents
diff options
context:
space:
mode:
Diffstat (limited to 'front/src/Emelents')
-rw-r--r--front/src/Emelents/Topbar.tsx2
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) {