Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.39 KB

File metadata and controls

65 lines (44 loc) · 1.39 KB

user chris.b@rethink-event.com pw zaha

TO DO

on the programme page

PageProgramme --> index.js

order Sessions by time ✅ query to get host data ✅ query to get speakers data ✅ query to get sponsors data ✅ query to get supporters data ✅

show linkedIn on SPonsor Modal

send data to pop modals

remove border-bottom from last session item

import { Editor } from '@tinymce/tinymce-react'

handleEditorChange = e => { console.log('Content was updated:', e.target.getContent())

    const id = e.target.id
    const value = e.target.getContent()

    this.setState({ [id]: value })
}

Bio