mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
it's cool that I always find bugs faster when announcing new releases
This commit is contained in:
parent
0dfa4d6297
commit
959c6f4ad3
1 changed files with 1 additions and 1 deletions
|
@ -1295,7 +1295,7 @@ function EditedAtModal({
|
|||
return (
|
||||
<li key={createdAt} class="history-item">
|
||||
<h3>
|
||||
<time>{niceDate(createdAtDate)}</time>
|
||||
<time>{niceDateTime(createdAtDate)}</time>
|
||||
</h3>
|
||||
<Status
|
||||
status={status}
|
||||
|
|
Loading…
Reference in a new issue