Skip to content

Commit 8ee7fb4

Browse files
committed
hotfix: teacher profile missing prop
1 parent 9f1b188 commit 8ee7fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/editor/components/EmbedTeacherProfile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const EmbedTeacherProfile = (props: EmbedTEacherProfileProps) => {
6969
return (
7070
<CardTeamMember
7171
name="Ahilleas Rokni"
72-
title="Business Lead"
72+
title={title ? title : "Business Lead"}
7373
image="/images/team/ahilleas.jpg"
7474
>
7575
Ahilleas Rokni completed his PhD thesis in philosophy in 2022

0 commit comments

Comments
 (0)