Skip to content

Commit

Permalink
update face
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrTyrakowski committed Sep 29, 2024
1 parent a1cbcf9 commit 1f7aa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parent_app/src/app/list/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const ImageGallery = () => {
waga={image.weight}
godzina={convertISOToTime(image.submittedAt)}
data={convertISOToDate(image.submittedAt)}
face={'1'}
face={image.face}
/>
))}
</ul>
Expand Down

0 comments on commit 1f7aa74

Please # to comment.