Compare commits

...

2 Commits

Author SHA1 Message Date
victorAnumudu 0aa109e280 added job created value to add job popout 2023-09-11 14:45:45 +01:00
ameye 85bbd25bbb Merge branch 'add-job-dark-theme' of WrenchBoard/Users-Wrench into master 2023-09-11 11:51:23 +00: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">