diff --git a/src/components/DOM/BGM/index.jsx b/src/components/DOM/BGM/index.jsx index 2476bfc..510fac7 100644 --- a/src/components/DOM/BGM/index.jsx +++ b/src/components/DOM/BGM/index.jsx @@ -22,35 +22,45 @@ const BGM = () => { return `${minutes}:${seconds}`; }; + const safeDuration = trackDuration || 0; + return ( - <> - {bgmLoaded && ( -