Merge branch 'edit-job-bug-fix' of WrenchBoard/Users-Wrench into master

This commit is contained in:
2023-11-07 12:40:34 +00:00
committed by Gogs
+2 -1
View File
@@ -325,7 +325,7 @@ const EditJobPopOut = ({
role="group"
aria-labelledby="checked-group"
>
{Object.entries(categories).map(([key, value]) => (
{categories && Object.entries(categories)?.map(([key, value]) => (
<label
key={key}
className="flex gap-1 w-full items-center"
@@ -399,6 +399,7 @@ const EditJobPopOut = ({
<option value="">Select Duration</option>
{publicArray.map(({ name, duration }, idx) => (
<option
key={duration}
className="text-slate-500 text-lg"
value={duration}
>