Skip to content

Commit

Permalink
fix: next:動画がない場合の表示微修正(ゴマカシ) #149
Browse files Browse the repository at this point in the history
  • Loading branch information
shari-sushi committed Mar 2, 2024
1 parent 61a6989 commit 287f96c
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 287f96c

Please sign in to comment.