Skip to content

Commit 401f397

Browse files
Arrumar typo
Co-authored-by: Elivelton Rodrigues <[email protected]>
1 parent 874c256 commit 401f397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ShelterListItem/ShelterListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const ShelterListItem = (props: IShelterListItemProps) => {
7272
</p>
7373
<div className="flex gap-2 flex-wrap">
7474
{volunteerTags.length == 0 ?
75-
<p> Não informado. <i> (Pode ser adicionado ao clickar no abrigo) </i></p>
75+
<p> Não informado. <i> (Pode ser adicionado ao clicar no abrigo) </i></p>
7676
:
7777
volunteerTags.map((s, idx) => (
7878
<Chip

0 commit comments

Comments
 (0)