Fixed Layout for confirm add and added comments for proper readability #414

Merged
ameye merged 4 commits from Recent-Activities into master 2023-09-12 10:22:34 +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">