Fix double sep (#2136)
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user