Corrigindo StoryPage

This commit is contained in:
Lucas Santana 2024-12-20 18:02:51 -03:00
parent 685fb64d4b
commit 73ca5c8b0a

View File

@ -137,8 +137,6 @@ export function StoryPage({ demo = false }: StoryPageProps): JSX.Element {
<AudioRecorder
storyId={story.id}
studentId={demo ? 'demo' : story.student_id}
classId={demo ? 'demo' : story.class_id}
schoolId={demo ? 'demo' : story.school_id}
onAudioUploaded={handleAudioUploaded}
/>