We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874c256 commit 401f397Copy full SHA for 401f397
src/components/ShelterListItem/ShelterListItem.tsx
@@ -72,7 +72,7 @@ const ShelterListItem = (props: IShelterListItemProps) => {
72
</p>
73
<div className="flex gap-2 flex-wrap">
74
{volunteerTags.length == 0 ?
75
- <p> Não informado. <i> (Pode ser adicionado ao clickar no abrigo) </i></p>
+ <p> Não informado. <i> (Pode ser adicionado ao clicar no abrigo) </i></p>
76
:
77
volunteerTags.map((s, idx) => (
78
<Chip
0 commit comments