Skip to content

Commit 646f11b

Browse files
authored
Merge branch 'master' into fix-conflicts
2 parents 2915268 + 06975e4 commit 646f11b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/ShelterListItem/ShelterListItem.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const ShelterListItem = (props: IShelterListItemProps) => {
4343
[data.shelterSupplies]
4444
)
4545

46+
4647
return (
4748
<div className="flex flex-col p-4 w-full border-2 border-border rounded-md gap-1 relative">
4849
<Button
@@ -119,6 +120,7 @@ const ShelterListItem = (props: IShelterListItemProps) => {
119120
/>
120121
))}
121122
</div>
123+
122124
</div>
123125
</>
124126
)}

0 commit comments

Comments
 (0)