diff --git a/packages/repl/src/components/runner/Runner.tsx b/packages/repl/src/components/runner/Runner.tsx index 19cd2d9..18b0fe8 100644 --- a/packages/repl/src/components/runner/Runner.tsx +++ b/packages/repl/src/components/runner/Runner.tsx @@ -279,6 +279,7 @@ export function Runner(props: { isResizing: boolean }) { -
+
('accounts') -export const $activeAccountId = linkedAtom('activeAccountId') +export const $activeAccountId = linkedAtom('activeAccountId') export const $activeAccount = computed([$accounts, $activeAccountId], (accounts, activeAccountId) => { if (!activeAccountId) return null