Skip to content

Commit

Permalink
quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
meleksomai committed Aug 18, 2024
1 parent 9a05400 commit 2c6e2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/somai.me/app/essay/[slug]/audio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function AudioPlayer({ audio }: { audio: string }) {
} else {
setStatus(AudioPlayerStatus.Play);
}
}, [isLoading, playing]);
}, [playing]);

const handlePlay = () => {
if (isLoading) {
Expand Down

0 comments on commit 2c6e2b4

Please sign in to comment.