diff --git a/src/state/session/index.tsx b/src/state/session/index.tsx index f50b50f649..fbea122ac6 100644 --- a/src/state/session/index.tsx +++ b/src/state/session/index.tsx @@ -216,7 +216,6 @@ export function Provider({children}: React.PropsWithChildren<{}>) { return } - // TODO this will get stale with agent.clone() const refreshedAccount = agentToSessionAccount(currentAgent) if (!refreshedAccount) {