showContextMenu(ev, issue)}
diff --git a/plugins/tracker-resources/src/components/issues/timereport/ReportedTimeEditor.svelte b/plugins/tracker-resources/src/components/issues/timereport/ReportedTimeEditor.svelte
index 5b7f1d52ce..60d833f2e6 100644
--- a/plugins/tracker-resources/src/components/issues/timereport/ReportedTimeEditor.svelte
+++ b/plugins/tracker-resources/src/components/issues/timereport/ReportedTimeEditor.svelte
@@ -15,9 +15,9 @@
-->
+
{@const report = reports[item]}
- {@const currentProject = projects.get(toProjectId(report.space))}
+ {@const currentProject = $activeProjects.get(toProjectId(report.space))}
showContextMenu(ev, report)}
diff --git a/plugins/tracker-resources/src/components/workflow/RemoveStatus.svelte b/plugins/tracker-resources/src/components/workflow/RemoveStatus.svelte
index b6aa76b467..66786b1fd7 100644
--- a/plugins/tracker-resources/src/components/workflow/RemoveStatus.svelte
+++ b/plugins/tracker-resources/src/components/workflow/RemoveStatus.svelte
@@ -1,12 +1,13 @@