Skip to content

Commit 2c5b0f2

Browse files
committed
Merge branch 'master' into develop
2 parents 8cac2ea + 4f9a757 commit 2c5b0f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/CardAboutShelter/CardAboutShelter.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const CardAboutShelter = (props: ICardAboutShelter) => {
2424
<div className="flex flex-col flex-wrap gap-3">
2525
<InfoRow icon={<Home />} label={shelter.address} />
2626
<InfoRow
27-
className=""
2827
icon={<PawPrint />}
2928
label={
3029
check(shelter.petFriendly) ? (

0 commit comments

Comments
 (0)