Corrigindo StoryPage

This commit is contained in:
Lucas Santana 2024-12-20 18:02:51 -03:00
parent f70585e9c1
commit 6f8e890e86

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}
/>