Skip to content

Commit

Permalink
ar(feat) DPCP-31: Audio Player
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 4, 2024
1 parent 1b0f714 commit 9fe7389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/molecules/02_AudioPlayer/AudioPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const HAudioPlayer = function ({
prompt = 'Rotation portals',
theme = 'light',
}: IAudioPlayer) {
const audioElement = useRef<HTMLAudioElement | null>();
const audioElement = useRef<HTMLAudioElement>();
const [status, setStatus] = useState('stopped');
const [title, setTitle] = useState(prompt);
const gridSx = [
Expand Down

0 comments on commit 9fe7389

Please sign in to comment.