merged branch with master, offer interest refresh fixed

This commit was merged in pull request #669.
This commit is contained in:
victorAnumudu
2024-03-22 16:20:38 +01:00
3 changed files with 40 additions and 5 deletions
+2 -2
View File
@@ -109,8 +109,8 @@ export default function MainSection({
startLength={process.env.REACT_APP_ZERO_STATE}
endLength={products?.length}
>
{({ datas }) => (
<div key={datas.job_uid}>
{({ datas, index }) => (
<div key={datas.job_uid+index}>
<AvailableJobsCard
contentDisplay={contentDisplay}
image_server={image_server}