mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix channel id not formated correctly
This commit is contained in:
parent
abbdd9cf2b
commit
8ac2da51e7
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const details = new ListingDetails( listing )
|
|||
class="channel-credit"
|
||||
>
|
||||
<a
|
||||
href="https://www.youtube.com/channel/{ video.channel.id }?sub_confirmation=1"
|
||||
href={`https://www.youtube.com/channel/${ details.initialVideo.channel.id }?sub_confirmation=1`}
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
role="button"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue