fix: show tip/speech links on videos
This commit is contained in:
parent
f9dcee5604
commit
8d09b03064
1 changed files with 15 additions and 16 deletions
|
@ -195,8 +195,7 @@ class FilePage extends React.Component<Props> {
|
|||
)}
|
||||
</div>
|
||||
</div>
|
||||
{!claimIsMine ||
|
||||
(speechSharable && (
|
||||
{(!claimIsMine || speechSharable) && (
|
||||
<div className="card__actions card__actions--end">
|
||||
{!claimIsMine && (
|
||||
<Button
|
||||
|
@ -210,7 +209,7 @@ class FilePage extends React.Component<Props> {
|
|||
<ViewOnWebButton claimId={claim.claim_id} claimName={claim.name} />
|
||||
)}
|
||||
</div>
|
||||
))}
|
||||
)}
|
||||
<FormRow alignRight>
|
||||
<FormField
|
||||
type="checkbox"
|
||||
|
|
Loading…
Add table
Reference in a new issue