Merge branch 'job-created-value' of WrenchBoard/Users-Wrench into master
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user