diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx
index cdfb79b..f293538 100644
--- a/src/components/Dashboard/Dashboard.jsx
+++ b/src/components/Dashboard/Dashboard.jsx
@@ -29,9 +29,9 @@ export default function Dashboard({ user, onLogout }) {
)}
- {activeView === 'rücknahmen' && (
+ {activeView === 'ruecknahmen' && (
)}
{activeView === 'tour' && }