Merge branch 'job-created-value' of WrenchBoard/Users-Wrench into master

This commit is contained in:
2023-09-11 15:30:21 +00:00
committed by Gogs
+2 -2
View File
@@ -225,8 +225,8 @@ function JobListPopout({ details, onClose, situation }) {
<div className="my-3 md:flex">
<Detail
label="Created"
value={`Dummy, no value found for created!`}
/>
value={new Date(details?.created).toDateString()}//{`Dummy, no value found for created!`}
/>
</div>
<div className="my-3">