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
|
@ -86,6 +86,8 @@ export const EpisodeSelectorMenu = ({
|
|||
}
|
||||
}, [release_id, source, voiceover]);
|
||||
|
||||
if (!voiceover || !source || !episode) 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