fix: show tip/speech links on videos

This commit is contained in:
Sean Yesmunt 2018-06-15 13:06:40 -04:00
parent f9dcee5604
commit 8d09b03064

View file

@ -195,8 +195,7 @@ class FilePage extends React.Component<Props> {
)} )}
</div> </div>
</div> </div>
{!claimIsMine || {(!claimIsMine || speechSharable) && (
(speechSharable && (
<div className="card__actions card__actions--end"> <div className="card__actions card__actions--end">
{!claimIsMine && ( {!claimIsMine && (
<Button <Button
@ -210,7 +209,7 @@ class FilePage extends React.Component<Props> {
<ViewOnWebButton claimId={claim.claim_id} claimName={claim.name} /> <ViewOnWebButton claimId={claim.claim_id} claimName={claim.name} />
)} )}
</div> </div>
))} )}
<FormRow alignRight> <FormRow alignRight>
<FormField <FormField
type="checkbox" type="checkbox"