fix: typo
This commit is contained in:
parent
e379f6774e
commit
613c1427e2
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class ModalRemoveFile extends React.PureComponent<Props, State> {
|
|||
onChange={this.handleDeleteCheckboxClicked}
|
||||
/>
|
||||
</FormRow>
|
||||
{(true || claimIsMine) && (
|
||||
{claimIsMine && (
|
||||
<FormRow>
|
||||
<FormField
|
||||
prefix={__('Abandon the claim for this URI')}
|
||||
|
|
Loading…
Reference in a new issue