Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
fix(chat): add sub_gifter as badge id
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp committed Jan 15, 2023
1 parent 4eca436 commit 22da420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Vod/ExperimentalChatPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const ExperimentalChatPlayer = ({ vod }: any) => {
};

comment.ganymede_formatted_badges.push(ganymedeFormattedBadge);
} else if (badge._id === "sub-gifter") {
} else if (badge._id === "sub-gifter" || badge._id === "sub_gifter") {
const ganymedeFormattedBadge: GanymedeFormattedBadge = {
_id: badge._id,
version: badge.version,
Expand Down

0 comments on commit 22da420

Please sign in to comment.