Merge master into default-icon
This commit was merged in pull request #499.
This commit is contained in:
@@ -325,7 +325,7 @@ const EditJobPopOut = ({
|
|||||||
role="group"
|
role="group"
|
||||||
aria-labelledby="checked-group"
|
aria-labelledby="checked-group"
|
||||||
>
|
>
|
||||||
{Object.entries(categories).map(([key, value]) => (
|
{categories && Object.entries(categories)?.map(([key, value]) => (
|
||||||
<label
|
<label
|
||||||
key={key}
|
key={key}
|
||||||
className="flex gap-1 w-full items-center"
|
className="flex gap-1 w-full items-center"
|
||||||
@@ -399,6 +399,7 @@ const EditJobPopOut = ({
|
|||||||
<option value="">Select Duration</option>
|
<option value="">Select Duration</option>
|
||||||
{publicArray.map(({ name, duration }, idx) => (
|
{publicArray.map(({ name, duration }, idx) => (
|
||||||
<option
|
<option
|
||||||
|
key={duration}
|
||||||
className="text-slate-500 text-lg"
|
className="text-slate-500 text-lg"
|
||||||
value={duration}
|
value={duration}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user