mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
fix lint
This commit is contained in:
parent
9aff04acf3
commit
ffe419f26f
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* eslint no-new:false */
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { ipcRenderer, remote } from 'electron';
|
import { ipcRenderer, remote } from 'electron';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default class Term extends Component {
|
||||||
url = match[7];
|
url = match[7];
|
||||||
} else {
|
} else {
|
||||||
match = data.match(fishRegex);
|
match = data.match(fishRegex);
|
||||||
if (match){
|
if (match) {
|
||||||
url = match[4];
|
url = match[4];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue