1
0
mirror of https://github.com/franjsco/tick3t synced 2025-06-05 22:19:18 +02:00

fix: update field

This commit is contained in:
Francesco Esposito
2019-07-25 09:42:32 +02:00
parent 3335f7ef67
commit 468dc538e3

View File

@@ -46,7 +46,7 @@ class Table extends Component {
<tr>
<td style={tableKeyStyle} className="font-weight-bold text-right">updated:</td>
<td className="text-left">{data.updateAt}</td>
<td className="text-left">{data.updatedAt}</td>
</tr>
<tr>
<td style={tableKeyStyle} className="font-weight-bold text-right">created by:</td>