fix: typo

This commit is contained in:
Sean Yesmunt 2019-01-14 16:26:36 -05:00
parent e379f6774e
commit 613c1427e2

View file

@ -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')}