fix lint errors

This commit is contained in:
Julen Garcia Leunda
2019-12-19 18:34:35 +01:00
parent 4577670fa8
commit 5b894df71b

View File

@@ -18,7 +18,8 @@ module.exports = class DeleteAllTorrentsModal extends React.Component {
cancelText='CANCEL'
onCancel={dispatcher('exitModal')}
okText={buttonText}
onOK={handleRemove} />
onOK={handleRemove}
/>
</div>
)