Skip to content

Commit

Permalink
Merge pull request #154 from sharin-sushi/issue/149-vtuber-page
Browse files Browse the repository at this point in the history
fix: next:動画がない場合の表示微修正(ゴマカシ) #149
  • Loading branch information
shari-sushi committed Mar 2, 2024
2 parents e272276 + 287f96c commit fa73719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t0016Next/myapp/src/pages/vtuber/[vtuber_kana].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function SingsPage({ posts, isSignin }: VtuberPage) {
setFilteredKarakes(filterdkaraokes)
}, [selectedVtuber, selectedMovie]);

if (karaokes.length == 0) {
if (movies.length == 0) {
return (
<Layout pageName={`Vtuber特設ページ`} isSignin={isSignin}>
<div className='flex flex-col w-full max-w-[1000px] mx-auto'>
Expand Down

0 comments on commit fa73719

Please sign in to comment.