This commit is contained in:
Fredrik Burmester
2024-08-19 22:52:30 +02:00
parent 4c097c557f
commit 1c31458dd4
2 changed files with 2 additions and 2 deletions

View File

@@ -309,7 +309,7 @@ const page: React.FC = () => {
(item, index) =>
item && (
<TouchableItemRouter
key={`${item.Id}`}
key={`${item.Id}-${index}`}
style={{
width: "32%",
marginBottom: 4,