From ad2b906f3ced767a7e1744d521dac93b425782d7 Mon Sep 17 00:00:00 2001 From: zeppi Date: Fri, 18 Jun 2021 19:44:30 -0400 Subject: [PATCH] fix-superchats --- ui/component/livestreamComments/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/livestreamComments/view.jsx b/ui/component/livestreamComments/view.jsx index a9e65da00..c1e39bc77 100644 --- a/ui/component/livestreamComments/view.jsx +++ b/ui/component/livestreamComments/view.jsx @@ -156,7 +156,7 @@ export default function LivestreamComments(props: Props) { )}
- {viewMode === VIEW_MODE_CHAT && superChatsTotalAmount > 0 && ( + {viewMode === VIEW_MODE_CHAT && superChatsTotalAmount > 0 && superChats && (
{superChats.map((superChat: Comment) => (