diff --git a/src/pages/share/[videoId].tsx b/src/pages/share/[videoId].tsx index c0df86c..61e8ee3 100644 --- a/src/pages/share/[videoId].tsx +++ b/src/pages/share/[videoId].tsx @@ -94,7 +94,9 @@ const VideoList: NextPage = () => {
- Snapify + + Snapify +
{video && video.userId === session?.user.id ? ( <> diff --git a/src/pages/videos.tsx b/src/pages/videos.tsx index 88549d7..b007907 100644 --- a/src/pages/videos.tsx +++ b/src/pages/videos.tsx @@ -103,7 +103,9 @@ const VideoList: NextPage = () => {
- Snapify + + Snapify +