From d7e7b18296f0811084785a5da0ae5a6ea79049bc Mon Sep 17 00:00:00 2001 From: Mary Date: Sat, 9 Dec 2023 21:10:41 +0700 Subject: [PATCH] refactor: remove renderAccountHandle usage --- app/desktop/components/settings/AddPaneDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/desktop/components/settings/AddPaneDialog.tsx b/app/desktop/components/settings/AddPaneDialog.tsx index 5b68e522..ed2e3c28 100644 --- a/app/desktop/components/settings/AddPaneDialog.tsx +++ b/app/desktop/components/settings/AddPaneDialog.tsx @@ -1,7 +1,7 @@ import { type Component, For, Match, Show, Switch, createSignal } from 'solid-js'; import type { DID } from '~/api/atp-schema.ts'; -import { getAccountHandle, multiagent, renderAccountHandle } from '~/api/globals/agent.ts'; +import { getAccountHandle, multiagent } from '~/api/globals/agent.ts'; import { getCurrentTid } from '~/api/utils/tid.ts'; import { FILTER_ALL } from '~/api/queries/get-notifications.ts'; @@ -144,7 +144,7 @@ const AddPaneDialog = (props: AddPaneDialogProps) => { class={/* @once */ Select()} > - {(account) => } + {(account) => }