remove "that's all, folks!" message

This commit is contained in:
Samuel Newman
2025-08-15 16:44:04 +03:00
parent 5ca665467e
commit 9c5a9b572e
+3 -4
View File
@@ -1,9 +1,9 @@
import {useCallback, useState} from 'react'
import {
AppBskyFeedDefs,
type AppBskyFeedDefs,
AppBskyFeedPost,
moderatePost,
ModerationDecision,
type ModerationDecision,
} from '@atproto/api'
import {msg} from '@lingui/macro'
import {useLingui} from '@lingui/react'
@@ -128,8 +128,7 @@ export function PostQuotes({uri}: {uri: string}) {
isFetchingNextPage={isFetchingNextPage}
error={cleanError(error)}
onRetry={fetchNextPage}
showEndMessage
endMessageText={_(msg`That's all, folks!`)}
hasNextPage={hasNextPage}
/>
}
// @ts-ignore our .web version only -prf