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