Skip to content

Commit

Permalink
Merge branch 'master' into fix-conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusDubin authored May 10, 2024
2 parents 2915268 + 06975e4 commit 646f11b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ShelterListItem/ShelterListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const ShelterListItem = (props: IShelterListItemProps) => {
[data.shelterSupplies]
)


return (
<div className="flex flex-col p-4 w-full border-2 border-border rounded-md gap-1 relative">
<Button
Expand Down Expand Up @@ -119,6 +120,7 @@ const ShelterListItem = (props: IShelterListItemProps) => {
/>
))}
</div>

</div>
</>
)}
Expand Down

0 comments on commit 646f11b

Please sign in to comment.