Skip to content

Commit

Permalink
Wrap list in section to align with other pages
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed May 25, 2024
1 parent 791edb4 commit e992c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/r4-page-channel-tracks.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default class R4PageChannelTracks extends BaseChannel {

renderMain() {
if (this.channel) {
return this.renderTracksList()
return html`<section>${this.renderTracksList()}</section>`
}
}

Expand Down

0 comments on commit e992c57

Please sign in to comment.