summaryrefslogtreecommitdiffstats
path: root/screens/TimeSlot/TaskItem.gd
diff options
context:
space:
mode:
Diffstat (limited to 'screens/TimeSlot/TaskItem.gd')
-rw-r--r--screens/TimeSlot/TaskItem.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/screens/TimeSlot/TaskItem.gd b/screens/TimeSlot/TaskItem.gd
index c2ab487..aa7c9bd 100644
--- a/screens/TimeSlot/TaskItem.gd
+++ b/screens/TimeSlot/TaskItem.gd
@@ -14,4 +14,4 @@ func populate(data):
func _on_Button_button_up():
- $"/root/Main".nav_screen("Task", Task, "get_by_id", [task_id])
+ $"/root/Main".nav_screen("Task", Task, "get_by_id", [task_id])