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 ( <>