Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/Users-Wrench into Recent-Activities
This commit was merged in pull request #414.
This commit is contained in:
@@ -225,8 +225,8 @@ function JobListPopout({ details, onClose, situation }) {
|
|||||||
<div className="my-3 md:flex">
|
<div className="my-3 md:flex">
|
||||||
<Detail
|
<Detail
|
||||||
label="Created"
|
label="Created"
|
||||||
value={`Dummy, no value found for created!`}
|
value={new Date(details?.created).toDateString()}//{`Dummy, no value found for created!`}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="my-3">
|
<div className="my-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user