fix lint errors
This commit is contained in:
parent
4577670fa8
commit
5b894df71b
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ module.exports = class DeleteAllTorrentsModal extends React.Component {
|
|||
cancelText='CANCEL'
|
||||
onCancel={dispatcher('exitModal')}
|
||||
okText={buttonText}
|
||||
onOK={handleRemove} />
|
||||
onOK={handleRemove}
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue