fix typo
This commit is contained in:
parent
386ba98f60
commit
058ea02b05
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class FilePage extends React.Component<Props> {
|
|||
<UriIndicator uri={uri} link />
|
||||
</div>
|
||||
<div className="card__actions card__actions--no-margin card__actions--between">
|
||||
{(claimIsMine || subscriptionUri || speechSharable) && (
|
||||
{(!claimIsMine || subscriptionUri || speechSharable) && (
|
||||
<div className="card__actions">
|
||||
{claimIsMine ? (
|
||||
<Button
|
||||
|
|
Loading…
Reference in a new issue