eslint: enable no-implicit-coercion
This commit is contained in:
@@ -515,7 +515,7 @@ export default class App extends Component {
|
||||
this.setState((state) => {
|
||||
let updated;
|
||||
[id, updated] = State.createBuffer(state, name, serverID, client);
|
||||
isNew = !!updated;
|
||||
isNew = Boolean(updated);
|
||||
return updated;
|
||||
});
|
||||
if (isNew) {
|
||||
|
||||
Reference in New Issue
Block a user