mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-16 21:37:51 +00:00
Corrigindo StoryPage
This commit is contained in:
parent
f70585e9c1
commit
6f8e890e86
@ -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}
|
||||
/>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user