client/src/components/SessionList.js
changeset 145 5d2bc8c877ea
parent 143 cfcbf4bc66f1
child 146 4f4bb2b3ef39
equal deleted inserted replaced
144:8b950885ddae 145:5d2bc8c877ea
    80                       <span className="material-icons">delete</span>
    80                       <span className="material-icons">delete</span>
    81                     </a>
    81                     </a>
    82                   </li>
    82                   </li>
    83                 )}
    83                 )}
    84               </ul>
    84               </ul>
    85               <button type="button" className="btn btn-primary btn-lg" onClick={this.createSession}>Créer une nouvelle session</button>
    85               <button id="session-button" type="button" className="btn btn-primary btn-lg" onClick={this.createSession}>Créer une nouvelle session</button>
    86             </div>
    86             </div>
    87           </div>
    87           </div>
    88         </div>
    88         </div>
    89 
    89 
    90         <Modal show={ this.state.showModal } onHide={ this.closeModal }>
    90         <Modal show={ this.state.showModal } onHide={ this.closeModal }>