{
- if (accounts?.length === 1) return;
- if ("private_message" in item) return;
-
- presentAccountSwitcher({
- cssClass: "small",
- onDidDismiss: () => {
- requestAnimationFrame(() => {
- textareaRef.current?.focus();
- });
- },
- });
- }}
- >
- New Comment
-
-
- {selectedAccount}
-
-
- {" "}
- {loading &&