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 9f1b188 commit 8ee7fb4Copy full SHA for 8ee7fb4
features/editor/components/EmbedTeacherProfile.tsx
@@ -69,7 +69,7 @@ export const EmbedTeacherProfile = (props: EmbedTEacherProfileProps) => {
69
return (
70
<CardTeamMember
71
name="Ahilleas Rokni"
72
- title="Business Lead"
+ title={title ? title : "Business Lead"}
73
image="/images/team/ahilleas.jpg"
74
>
75
Ahilleas Rokni completed his PhD thesis in philosophy in 2022
0 commit comments