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 fc899d0 commit 4eb3124Copy full SHA for 4eb3124
apps/app/components/Profile/index.tsx
@@ -136,11 +136,7 @@ function Profile({ id, role }: Props) {
136
.getGuardian(info.guardian_id)
137
.then((response: any) => setGuardians(response.data))
138
.catch((error: any) => {
139
- notifyError(
140
- "Ocorreu um erro",
141
- "Não foi possível obter os dados do guardião"
142
- );
143
- });
+});
144
}
145
}, [info.guardian_id, role]);
146
console.log(badges);
@@ -215,6 +211,7 @@ function Profile({ id, role }: Props) {
215
211
display: "inline-block",
216
212
fontSize: 20,
217
213
marginRight: "6px",
214
+ color:"#424549"
218
}}
219
key={s.id}
220
>
0 commit comments