drop invalidly dated events entirely

This commit is contained in:
Lachlan Kermode
2020-06-26 13:02:57 +02:00
parent cdd88917d4
commit 79d2acec22
2 changed files with 5 additions and 3 deletions

View File

@@ -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)