Skip to content

Commit

Permalink
Update twitchFollowedLiveStreamsCard.js
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
stefmde authored Feb 12, 2024
1 parent 460e19f commit ae4ba87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchFollowedLiveStreamsCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class TwitchFollowedLiveStreamsCard extends HTMLElement
}
}

customElements.define('twitch-followed-live-streams-card', TwitchFollowedLiveStreamsLiteCard);
customElements.define('twitch-followed-live-streams-card', TwitchFollowedLiveStreamsCard);

class StreamData {
isVip;
Expand Down

0 comments on commit ae4ba87

Please sign in to comment.