diff --git a/frontend/jsconfig.json b/frontend/jsconfig.json deleted file mode 100644 index 5a1f2d2..0000000 --- a/frontend/jsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "compilerOptions": { - "paths": { - "@/*": ["./src/*"] - } - }, - "exclude": ["node_modules", "dist"] -} diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 73d1e93..a6f7814 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -22,7 +22,7 @@ diff --git a/frontend/src/views/Dashboard.vue b/frontend/src/views/Dashboard.vue index 4d47e41..ada69b7 100644 --- a/frontend/src/views/Dashboard.vue +++ b/frontend/src/views/Dashboard.vue @@ -23,8 +23,8 @@
-

{{ t('dashboard.activeSessions') }}

-

{{ stats.activeSessions }}

+

{{ t('dashboard.totalRestaurants') }}

+

{{ stats.totalRestaurants }}

@@ -175,13 +175,13 @@