Skip to content

Commit

Permalink
Merge pull request #527 from EscolaLMS/bugfix/REK-91
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
victazzz authored Dec 10, 2024
2 parents 14942b6 + 248aef1 commit 51d3666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Profile/ProfileTutorConsultations/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const ProfileTutorConsultations = ({
{" "}
{consultationsData.map((consultation) => (
<Col
key={consultation.consultation_term_id}
key={consultation?.consultation_term_id}
xs={12}
md={6}
lg={3}
Expand Down

0 comments on commit 51d3666

Please sign in to comment.