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:
2023-09-12 09:51:01 +01:00
+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">