Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
barrybtw committed Aug 4, 2024
1 parent aba978e commit 065004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/podcasts/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default function PodPage({ slug }: { slug: Slug }) {
setLoading(false);
}
})();
}, []);
}, [router, slug]);

const entire_transcript = transcript?.transcripts
?.at(0)
Expand Down

0 comments on commit 065004e

Please sign in to comment.