mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
lint
This commit is contained in:
@@ -12,8 +12,8 @@ export default ({ showing, onClickHandler, timelineDims }) => {
|
||||
return <div className='stateoptions-panel' style={{ bottom: timelineDims.height }}>
|
||||
<div>
|
||||
<div className='button' onClick={onNarrativise}>Narrativise</div>
|
||||
{/* <label for='withlines'>Connect by lines</label> */}
|
||||
{/* <input name='withlines' onClick={handleCheck} checked={checked} type='checkbox' /> */}
|
||||
<label for='withlines'>Connect by lines</label>
|
||||
<input name='withlines' onClick={handleCheck} checked={checked} type='checkbox' />
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user