Fix double sep (#2136)

zio/stable
Eric Bailey 2023-12-07 15:06:41 -06:00 committed by GitHub
parent aeafa3a8cd
commit f115969f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -154,7 +154,7 @@ export function PostDropdownBtn({
web: 'comment-slash', web: 'comment-slash',
}, },
}, },
hasSession && { {
label: 'separator', label: 'separator',
}, },
!isAuthor && !isAuthor &&
@ -176,9 +176,6 @@ export function PostDropdownBtn({
web: 'circle-exclamation', web: 'circle-exclamation',
}, },
}, },
isAuthor && {
label: 'separator',
},
isAuthor && { isAuthor && {
label: _(msg`Delete post`), label: _(msg`Delete post`),
onPress() { onPress() {