From 0ac31675f93488253503175dae5cc9e6013686da Mon Sep 17 00:00:00 2001 From: daniyal Date: Thu, 5 Sep 2024 13:30:10 +0500 Subject: [PATCH] chore: display reactions UI after reactionEvents are loaded --- src/pages/mod.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/mod.tsx b/src/pages/mod.tsx index 1bdf6f9..dbe1bbe 100644 --- a/src/pages/mod.tsx +++ b/src/pages/mod.tsx @@ -1932,6 +1932,8 @@ const Reactions = ({ modDetails }: ReactionsProps) => { const hasReactedPositively = checkHasPositiveReaction() const hasReactedNegatively = checkHasNegativeReaction() + if (!isDataLoaded) return null + return ( <>