Skip to content

Commit

Permalink
hotfix: teacher profile missing prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Feb 3, 2025
1 parent 9f1b188 commit 8ee7fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/editor/components/EmbedTeacherProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const EmbedTeacherProfile = (props: EmbedTEacherProfileProps) => {
return (
<CardTeamMember
name="Ahilleas Rokni"
title="Business Lead"
title={title ? title : "Business Lead"}
image="/images/team/ahilleas.jpg"
>
Ahilleas Rokni completed his PhD thesis in philosophy in 2022
Expand Down

0 comments on commit 8ee7fb4

Please sign in to comment.