Add the ability to expand/collapse users in notifications
This commit is contained in:
parent
1ed82b6c59
commit
74ab6530d4
4 changed files with 202 additions and 58 deletions
|
@ -103,10 +103,7 @@ export const PostThreadItem = observer(function PostThreadItem({
|
|||
if (deleted) {
|
||||
return (
|
||||
<View style={[styles.outer, pal.border, pal.view, s.p20, s.flexRow]}>
|
||||
<FontAwesomeIcon
|
||||
icon={['far', 'trash-can']}
|
||||
style={{color: pal.colors.icon}}
|
||||
/>
|
||||
<FontAwesomeIcon icon={['far', 'trash-can']} style={pal.icon} />
|
||||
<Text style={[pal.textLight, s.ml10]}>This post has been deleted.</Text>
|
||||
</View>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue