zio/stable
Hailey 2024-07-25 13:26:37 -07:00 committed by GitHub
parent 401e92ed42
commit 3914025227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 32 deletions

View File

@ -209,7 +209,6 @@ function PostInner({
</View>
)}
<LabelsOnMyPost post={post} />
{false && (
<ContentHider
modui={moderation.ui('contentView')}
style={styles.contentHider}
@ -242,7 +241,6 @@ function PostInner({
<PostEmbeds embed={post.embed} moderation={moderation} />
) : null}
</ContentHider>
)}
<PostCtrls
post={post}
record={record}