From 458d3d36c3d49f429c9953b748919cd9af46dd28 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Tue, 2 Jun 2026 08:02:07 -0700 Subject: [PATCH] format --- js/desktop/src/features/compose/compose-overlay.tsx | 2 +- js/desktop/src/features/particles/text-reaction-input.tsx | 2 +- js/mobile/src/App.tsx | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/js/desktop/src/features/compose/compose-overlay.tsx b/js/desktop/src/features/compose/compose-overlay.tsx index ccd4ef1..ef46124 100644 --- a/js/desktop/src/features/compose/compose-overlay.tsx +++ b/js/desktop/src/features/compose/compose-overlay.tsx @@ -412,7 +412,7 @@ export function ComposeOverlay({ setStepSync, createChildParticle, cancel, - handleQuotaError + handleQuotaError, ]); // New stream mode: create stream + first child diff --git a/js/desktop/src/features/particles/text-reaction-input.tsx b/js/desktop/src/features/particles/text-reaction-input.tsx index c3dd3cc..e44b2c8 100644 --- a/js/desktop/src/features/particles/text-reaction-input.tsx +++ b/js/desktop/src/features/particles/text-reaction-input.tsx @@ -28,7 +28,7 @@ export function TextReactionInput({ // NOTE: perform side effects here when opening if (open) { - setValue('') + setValue(''); } } diff --git a/js/mobile/src/App.tsx b/js/mobile/src/App.tsx index fb57b10..bd7f209 100644 --- a/js/mobile/src/App.tsx +++ b/js/mobile/src/App.tsx @@ -9,7 +9,10 @@ import { } from 'react-native-safe-area-context'; import { Toaster } from 'sonner-native'; import { createQueryClient } from '@/lib/query-client'; -import { flushPendingNavigation, navigationRef, } from '@/lib/notification-routing'; +import { + flushPendingNavigation, + navigationRef, +} from '@/lib/notification-routing'; import { configureNotifications } from '@/lib/push-notifications'; import { PusherProvider } from '@/lib/pusher-provider'; import { RootNavigator } from '@/navigation/RootNavigator';