fixed market bug, fixed key issue and added texts fork the cards

This commit is contained in:
2024-02-26 02:49:35 +01:00
parent 670f4bbf1a
commit 8c400c7ce1
3 changed files with 15 additions and 29 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ export default function MainSection({
<AvailableJobsCard
contentDisplay={contentDisplay}
image_server={image_server}
key={datas.id}
key={datas.job_uid}
datas={datas}
/>
)}