parent
870fa0e93c
commit
9cb16ea91c
|
@ -124,16 +124,16 @@ export default {
|
||||||
label: 'Delete and redraft',
|
label: 'Delete and redraft',
|
||||||
icon: '#fa-pencil'
|
icon: '#fa-pencil'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: 'bookmark',
|
|
||||||
label: bookmarkLabel,
|
|
||||||
icon: '#fa-bookmark'
|
|
||||||
},
|
|
||||||
!isUser && {
|
!isUser && {
|
||||||
key: 'report',
|
key: 'report',
|
||||||
label: 'Report toot',
|
label: 'Report toot',
|
||||||
icon: '#fa-flag'
|
icon: '#fa-flag'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'bookmark',
|
||||||
|
label: bookmarkLabel,
|
||||||
|
icon: '#fa-bookmark'
|
||||||
|
},
|
||||||
isPublicOrUnlisted && supportsWebShare && {
|
isPublicOrUnlisted && supportsWebShare && {
|
||||||
key: 'share',
|
key: 'share',
|
||||||
label: 'Share toot',
|
label: 'Share toot',
|
||||||
|
|
Loading…
Reference in New Issue