fix lint errors
This commit is contained in:
@@ -18,7 +18,8 @@ module.exports = class DeleteAllTorrentsModal extends React.Component {
|
|||||||
cancelText='CANCEL'
|
cancelText='CANCEL'
|
||||||
onCancel={dispatcher('exitModal')}
|
onCancel={dispatcher('exitModal')}
|
||||||
okText={buttonText}
|
okText={buttonText}
|
||||||
onOK={handleRemove} />
|
onOK={handleRemove}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user