mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 01:26:24 +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 (
|
return (
|
||||||
<li key={createdAt} class="history-item">
|
<li key={createdAt} class="history-item">
|
||||||
<h3>
|
<h3>
|
||||||
<time>{niceDate(createdAtDate)}</time>
|
<time>{niceDateTime(createdAtDate)}</time>
|
||||||
</h3>
|
</h3>
|
||||||
<Status
|
<Status
|
||||||
status={status}
|
status={status}
|
||||||
|
|
Loading…
Reference in a new issue