Skip to content

Commit

Permalink
fix missing href on channel card
Browse files Browse the repository at this point in the history
  • Loading branch information
4www committed Dec 13, 2024
1 parent 88b24d3 commit dc9cf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/r4-page-channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class R4PageChannel extends BaseChannel {
}

renderChannelCard() {
return html` <r4-channel-card .channel=${this.channel} origin=${this.channelOrigin} full="true"></r4-channel-card> `
return html` <r4-channel-card .channel=${this.channel} origin=${this.channelOrigin} href=${this.config.href} full="true"></r4-channel-card> `
}

renderTracksList() {
Expand Down

0 comments on commit dc9cf99

Please sign in to comment.