mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-18 06:17:56 +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
|
<AudioRecorder
|
||||||
storyId={story.id}
|
storyId={story.id}
|
||||||
studentId={demo ? 'demo' : story.student_id}
|
studentId={demo ? 'demo' : story.student_id}
|
||||||
classId={demo ? 'demo' : story.class_id}
|
|
||||||
schoolId={demo ? 'demo' : story.school_id}
|
|
||||||
onAudioUploaded={handleAudioUploaded}
|
onAudioUploaded={handleAudioUploaded}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user