Skip to content

Commit

Permalink
bug fix watch component design #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiro-mackay committed Sep 13, 2021
1 parent 7c56718 commit 76a4384
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/Watch/index.tsx
Expand Up @@ -71,8 +71,8 @@ export const Watch = () => {
追加
リコメンドの動画を一覧表示
*/}
{recommendVides?.videos.map((video) => (
<Grid item xs={4}>
<Grid item xs={4}>
{recommendVides?.videos.map((video) => (
<div className={styles.cardPadding}>
{/*
動画プレイヤーを表示するためのリンク
Expand All @@ -95,8 +95,8 @@ export const Watch = () => {
/>
</Link>
</div>
</Grid>
))}
))}
</Grid>
</Grid>
</Container>
);
Expand Down

0 comments on commit 76a4384

Please sign in to comment.