Remove todo

This commit is contained in:
Eric Bailey
2024-04-09 10:55:53 -05:00
parent 0d88a212ee
commit fd085fd437
-1
View File
@@ -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) {