Skip to content

Commit

Permalink
fix: continue watching
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovakiin0 committed Nov 29, 2024
1 parent 44b6707 commit 20db0c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
Expand Down
1 change: 0 additions & 1 deletion src/components/continue-watching.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const ContinueWatching = (props: Props) => {

if (props.loading) return <LoadingSkeleton />;

console.log(anime)
if ((!anime || !anime.length) && !props.loading) return <></>;

return (
Expand Down

0 comments on commit 20db0c1

Please sign in to comment.