mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
drop invalidly dated events entirely
This commit is contained in:
@@ -5,7 +5,7 @@ export default ({ showing, onClickHandler, timelineDims }) => {
|
||||
return null
|
||||
}
|
||||
|
||||
const [checked, setChecked] = useState(true)
|
||||
const [checked, setChecked] = useState(false)
|
||||
const handleCheck = () => setChecked(!checked)
|
||||
const onNarrativise = () => onClickHandler(checked)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user