Skip to content

Commit

Permalink
Fix external emotes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Nov 2, 2024
1 parent eee1b28 commit c844073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbot/web/ui/live_chat/components/parse_emotes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function useParseEmotes({ channelId }) {
}, [loadEmotes]);

const parseEmoteMessage = useCallback((message) => {
if (loading) {
if (!loading) {
return message;
}
return parser.parse(message);
Expand Down

0 comments on commit c844073

Please sign in to comment.