Skip to content

Commit

Permalink
update icons in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Afonso-santos committed Jul 11, 2023
1 parent fc899d0 commit 4eb3124
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/app/components/Profile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,7 @@ function Profile({ id, role }: Props) {
.getGuardian(info.guardian_id)
.then((response: any) => setGuardians(response.data))
.catch((error: any) => {
notifyError(
"Ocorreu um erro",
"Não foi possível obter os dados do guardião"
);
});
});
}
}, [info.guardian_id, role]);
console.log(badges);
Expand Down Expand Up @@ -215,6 +211,7 @@ function Profile({ id, role }: Props) {
display: "inline-block",
fontSize: 20,
marginRight: "6px",
color:"#424549"
}}
key={s.id}
>
Expand Down

0 comments on commit 4eb3124

Please sign in to comment.