Skip to content

Commit

Permalink
fixes emote helper
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Sep 28, 2024
1 parent 062f08b commit 7bdb74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/twitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ export default {
const node = searchReactParents(
getReactInstance(document.querySelector(CHAT_CONTAINER)),
(n) => n.stateNode?.props?.emoteSetsData?.emoteMap,
25
30
);
currentEmotes = node.stateNode.props.emoteSetsData;
} catch (_) {}
Expand Down

0 comments on commit 7bdb74b

Please sign in to comment.