From 48e22c2adb5b095902d42b65ad33bdce35de4092 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 10 Jun 2025 10:45:22 -0500 Subject: [PATCH] Prettier --- src/components/FeedInterstitials.tsx | 8 +++++++- src/components/Menu/context.tsx | 2 +- src/components/moderation/PostHider.tsx | 14 ++++++++++++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 5f533aa2f6..a92e7be7f2 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -18,7 +18,13 @@ import {useSession} from '#/state/session' import * as userActionHistory from '#/state/userActionHistory' import {type SeenPost} from '#/state/userActionHistory' import {BlockDrawerGesture} from '#/view/shell/BlockDrawerGesture' -import {atoms as a, useBreakpoints, useTheme, type ViewStyleProp, web} from '#/alf' +import { + atoms as a, + useBreakpoints, + useTheme, + type ViewStyleProp, + web, +} from '#/alf' import {Button} from '#/components/Button' import * as FeedCard from '#/components/FeedCard' import {ArrowRight_Stroke2_Corner0_Rounded as Arrow} from '#/components/icons/Arrow' diff --git a/src/components/Menu/context.tsx b/src/components/Menu/context.tsx index 5144c69318..076bc81511 100644 --- a/src/components/Menu/context.tsx +++ b/src/components/Menu/context.tsx @@ -1,6 +1,6 @@ import React from 'react' -import {type ContextType, type ItemContextType} from '#/components/Menu/types' +import {type ContextType, type ItemContextType} from '#/components/Menu/types' export const Context = React.createContext(null) diff --git a/src/components/moderation/PostHider.tsx b/src/components/moderation/PostHider.tsx index 6cb02d5685..057c77023a 100644 --- a/src/components/moderation/PostHider.tsx +++ b/src/components/moderation/PostHider.tsx @@ -1,6 +1,16 @@ import React, {type ComponentProps} from 'react' -import {Pressable, type StyleProp, StyleSheet, View, type ViewStyle} from 'react-native' -import {type AppBskyActorDefs, type ModerationCause, type ModerationUI} from '@atproto/api' +import { + Pressable, + type StyleProp, + StyleSheet, + View, + type ViewStyle, +} from 'react-native' +import { + type AppBskyActorDefs, + type ModerationCause, + type ModerationUI, +} from '@atproto/api' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {useQueryClient} from '@tanstack/react-query'