Keep naming in DebugMod
This commit is contained in:
@@ -521,10 +521,10 @@ export const DebugModScreen = ({}: NativeStackScreenProps<
|
|||||||
<MockPostFeedItem post={post} moderation={postModeration} />
|
<MockPostFeedItem post={post} moderation={postModeration} />
|
||||||
|
|
||||||
<Heading title="Post" subtitle="viewed directly" />
|
<Heading title="Post" subtitle="viewed directly" />
|
||||||
<MockPostThreadItemV2 post={post} moderationOpts={modOpts} />
|
<MockPostThreadItem post={post} moderationOpts={modOpts} />
|
||||||
|
|
||||||
<Heading title="Post" subtitle="reply in thread" />
|
<Heading title="Post" subtitle="reply in thread" />
|
||||||
<MockPostThreadItemV2
|
<MockPostThreadItem
|
||||||
post={post}
|
post={post}
|
||||||
moderationOpts={modOpts}
|
moderationOpts={modOpts}
|
||||||
isReply
|
isReply
|
||||||
@@ -837,7 +837,7 @@ function MockPostFeedItem({
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
function MockPostThreadItemV2({
|
function MockPostThreadItem({
|
||||||
post,
|
post,
|
||||||
moderationOpts,
|
moderationOpts,
|
||||||
isReply,
|
isReply,
|
||||||
|
|||||||
Reference in New Issue
Block a user