mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
lint it
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import React from 'react'
|
||||
|
||||
function zoomIsActive(duration, extent) {
|
||||
function zoomIsActive (duration, extent) {
|
||||
if (duration > 1570000 && extent > 1570000) {
|
||||
return true;
|
||||
return true
|
||||
}
|
||||
return duration === extent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user