mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 17:00:35 +02:00
Pacify eslint
This commit is contained in:
@@ -437,7 +437,7 @@ export function uiCommit(context) {
|
||||
var rr = tags.review_requested;
|
||||
if (rr === undefined) return false;
|
||||
rr = rr.trim().toLowerCase();
|
||||
return !(rr == '' || rr === 'no')
|
||||
return !(rr === '' || rr === 'no');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user