mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
fix: update field
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user