Skip to content

Commit 4eb3124

Browse files
committed
update icons in profile
1 parent fc899d0 commit 4eb3124

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

apps/app/components/Profile/index.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,7 @@ function Profile({ id, role }: Props) {
136136
.getGuardian(info.guardian_id)
137137
.then((response: any) => setGuardians(response.data))
138138
.catch((error: any) => {
139-
notifyError(
140-
"Ocorreu um erro",
141-
"Não foi possível obter os dados do guardião"
142-
);
143-
});
139+
});
144140
}
145141
}, [info.guardian_id, role]);
146142
console.log(badges);
@@ -215,6 +211,7 @@ function Profile({ id, role }: Props) {
215211
display: "inline-block",
216212
fontSize: 20,
217213
marginRight: "6px",
214+
color:"#424549"
218215
}}
219216
key={s.id}
220217
>

0 commit comments

Comments
 (0)