Add post deletion to highlighted post in threads
parent
41ae87e770
commit
284c635330
|
@ -123,7 +123,9 @@ export const PostThreadItem = observer(function PostThreadItem({
|
|||
<PostDropdownBtn
|
||||
style={styles.metaItem}
|
||||
itemHref={itemHref}
|
||||
itemTitle={itemTitle}>
|
||||
itemTitle={itemTitle}
|
||||
isAuthor={item.author.did === store.me.did}
|
||||
onDeletePost={onDeletePost}>
|
||||
<FontAwesomeIcon
|
||||
icon="ellipsis-h"
|
||||
size={14}
|
||||
|
|
Loading…
Reference in New Issue