score:0

Accepted answer
<tr>
   <td classname = 'show_hours'>{number(this.props.showhours).tolocalestring()}</td>
   <td classname = 'waiting_hours'>{number(this.props.waiting).tolocalestring()}</td>
</tr>

Related Query

More Query from same tag