From 5e1abe483620834fdd329c1ffa34e24d089137e2 Mon Sep 17 00:00:00 2001 From: iris Date: Thu, 23 Jul 2026 00:18:23 +0200 Subject: [PATCH] fix comment: remove tracker tag from schedules.js module doc --- frontend/packages/dashboard/src/schedules.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/packages/dashboard/src/schedules.js b/frontend/packages/dashboard/src/schedules.js index 5dfb3078..778c17fb 100644 --- a/frontend/packages/dashboard/src/schedules.js +++ b/frontend/packages/dashboard/src/schedules.js @@ -10,9 +10,9 @@ // tracking); reads the shared agent roster from state.js for the // target-chip pickers. Render + format helpers come from util.js. // -// Note: per-agent reminders moved to the in-container store in PR #2644 -// and are no longer listed here — they surface via get_loose_ends / -// the todos pill on the agent page instead. +// Note: per-agent reminders moved to the in-container store (reminders +// migration) and are no longer listed here — they surface via +// get_loose_ends / the todos pill on the agent page instead. import { $, el } from './common.js'; import { themedConfirm, themedToast } from './modal.js';