requireAuth for repost button on web
This commit is contained in:
parent
4128c87d5e
commit
0a0a8c4658
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ function FileActions(props: Props) {
|
||||||
button="alt"
|
button="alt"
|
||||||
icon={ICONS.REPOST}
|
icon={ICONS.REPOST}
|
||||||
label={__('Repost')}
|
label={__('Repost')}
|
||||||
|
requiresAuth={IS_WEB}
|
||||||
onClick={() => openModal(MODALS.REPOST, { uri })}
|
onClick={() => openModal(MODALS.REPOST, { uri })}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue