format
This commit is contained in:
@@ -412,7 +412,7 @@ export function ComposeOverlay({
|
||||
setStepSync,
|
||||
createChildParticle,
|
||||
cancel,
|
||||
handleQuotaError
|
||||
handleQuotaError,
|
||||
]);
|
||||
|
||||
// New stream mode: create stream + first child
|
||||
|
||||
@@ -28,7 +28,7 @@ export function TextReactionInput({
|
||||
|
||||
// NOTE: perform side effects here when opening
|
||||
if (open) {
|
||||
setValue('')
|
||||
setValue('');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user