javascript/emergencyContact/Message.jsx
Function render
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
let icon = ''
switch (this.props.type) {
case 'danger':
icon = 'fa fa-exclamation-triangle'
- Create a ticketCreate a ticket