mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 09:59:41 +05:00
feat: add error dialog
This commit is contained in:
parent
e25bcb2415
commit
ac70db8de6
5 changed files with 87 additions and 69 deletions
|
@ -61,6 +61,8 @@ export const VoiceoverSelectorMenu = ({
|
|||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [release_id, token]);
|
||||
|
||||
if (!voiceover) return <></>
|
||||
|
||||
return (
|
||||
<div className="flex flex-col items-start justify-start gap-4">
|
||||
<p className="text-[20px] px-2 pt-2 pb-1 font-bold">Озвучка</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue