Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/components/Stream.astro
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <@typescript-eslint/no-unused-vars> reported by reviewdog 🐶
'showMoreVideos' is assigned a value but never used.

const { id, title, thumbnail, chapters, showMoreVideos } = props.parse(

Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ if (thumbnail) {
)
}

{
showMoreVideos && (
<a href="https://www.youtube.com/@CloudflareDevelopers" target="_blank">
Watch more videos on our Developer Channel
</a>
)
}
</stream-player>

<script is:inline src="https://embed.cloudflarestream.com/embed/sdk.latest.js"
Expand Down
Loading