diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml
index 1d75187..f221cac 100644
--- a/backend/.idea/workspace.xml
+++ b/backend/.idea/workspace.xml
@@ -4,24 +4,7 @@
     
   
   
-    
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-    
+
@@ -56,31 +39,33 @@
     
     
   
-  {
-  "keyToString": {
-    "RequestMappingsPanelOrder0": "0",
-    "RequestMappingsPanelOrder1": "1",
-    "RequestMappingsPanelWidth0": "75",
-    "RequestMappingsPanelWidth1": "75",
-    "RunOnceActivity.OpenProjectViewOnStart": "true",
-    "RunOnceActivity.ShowReadmeOnStart": "true",
-    "WebServerToolWindowFactoryState": "false",
-    "git-widget-placeholder": "issue-11-angular-update",
-    "last_directory_selection": "D:/Programmierprojekte/TimeManager/backend/src/main/java/core/api/models/timemanager",
-    "last_opened_file_path": "D:/Programmierprojekte/Dicewars/client",
-    "node.js.detected.package.eslint": "true",
-    "node.js.detected.package.tslint": "true",
-    "node.js.selected.package.eslint": "(autodetect)",
-    "node.js.selected.package.tslint": "(autodetect)",
-    "settings.editor.selected.configurable": "swagger",
-    "vue.rearranger.settings.migration": "true"
+  
+}]]>
   
     
       
@@ -112,7 +97,7 @@
       
       
       
-      
+      
     
     
       
@@ -186,7 +171,23 @@
       
       1698247531000
     
-    
+    
+      
+      1698306038382
+      
+      
+      
+      1698306038383
+    
+    
+      
+      1698306056254
+      
+      
+      
+      1698306056254
+    
+    
     
   
   
@@ -204,7 +205,9 @@
     
     
     
-    
+    
+    
+    
   
   
     
@@ -226,8 +229,8 @@
         
         
           file://$PROJECT_DIR$/src/main/java/core/services/TaskScheduleService.java
-          123
-          
+          124
+          
         
       
     
diff --git a/frontend/src/app/dashboard/dashboard.component.ts b/frontend/src/app/dashboard/dashboard.component.ts
index 7d74b8f..0a089b9 100644
--- a/frontend/src/app/dashboard/dashboard.component.ts
+++ b/frontend/src/app/dashboard/dashboard.component.ts
@@ -40,5 +40,6 @@ export class DashboardComponent implements OnInit{
 
   stopedTask(stopActiveScheduleInfo: StopActiveScheduleInfo) {
     this.workedMinutesToday += stopActiveScheduleInfo.workedMinutes;
+    this.schedules = this.schedules.filter(schedule => schedule.scheduleID !== stopActiveScheduleInfo.schedule.scheduleID);
   }
 }