diff options
author | Hailey <me@haileyok.com> | 2024-02-16 13:25:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 13:25:48 -0800 |
commit | a2f462e26195a8a29e8bacfdadda7c5bbef2305f (patch) | |
tree | 4b86bde577702fea4c65864b5c0b2bd149ac7fd8 /src/view/com/post-thread/PostThreadItem.tsx | |
parent | b665f065b7b63cb34bf11cb66e255131332fc7f2 (diff) | |
download | voidsky-a2f462e26195a8a29e8bacfdadda7c5bbef2305f.tar.zst |
remove sandbox labels (#2883)
* rm sandbox * remove comment
Diffstat (limited to 'src/view/com/post-thread/PostThreadItem.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThreadItem.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index ced6d0d60..f9bdaebed 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -27,7 +27,6 @@ import {PostCtrls} from '../util/post-ctrls/PostCtrls' import {PostHider} from '../util/moderation/PostHider' import {ContentHider} from '../util/moderation/ContentHider' import {PostAlerts} from '../util/moderation/PostAlerts' -import {PostSandboxWarning} from '../util/PostSandboxWarning' import {ErrorMessage} from '../util/error/ErrorMessage' import {usePalette} from 'lib/hooks/usePalette' import {formatCount} from '../util/numeric/format' @@ -247,7 +246,6 @@ let PostThreadItemLoaded = ({ testID={`postThreadItem-by-${post.author.handle}`} style={[styles.outer, styles.outerHighlighted, pal.border, pal.view]} accessible={false}> - <PostSandboxWarning /> <View style={[styles.layout]}> <View style={[styles.layoutAvi, {paddingBottom: 8}]}> <PreviewableUserAvatar @@ -438,8 +436,6 @@ let PostThreadItemLoaded = ({ ? {marginRight: 4} : {marginLeft: 2, marginRight: 2} }> - <PostSandboxWarning /> - <View style={{ flexDirection: 'row', |