diff --git a/src/app/components/Dialogs/EmbedChartDialog/index.tsx b/src/app/components/Dialogs/EmbedChartDialog/index.tsx index e697ac6c1..724166138 100644 --- a/src/app/components/Dialogs/EmbedChartDialog/index.tsx +++ b/src/app/components/Dialogs/EmbedChartDialog/index.tsx @@ -234,7 +234,7 @@ export default function EmbedChartDialog(props: { >

Author: - {userProfile.username} + {userProfile?.username}