Merge pull request #77 from cheeaun/main

Update from main
This commit is contained in:
Chee Aun 2023-03-02 22:56:43 +08:00 committed by GitHub
commit 9933d83846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}