chore: display reactions UI after reactionEvents are loaded
All checks were successful
Release to Staging / build_and_release (push) Successful in 47s

This commit is contained in:
daniyal 2024-09-05 13:30:10 +05:00
parent 98f4666f96
commit 0ac31675f9

View File

@ -1932,6 +1932,8 @@ const Reactions = ({ modDetails }: ReactionsProps) => {
const hasReactedPositively = checkHasPositiveReaction() const hasReactedPositively = checkHasPositiveReaction()
const hasReactedNegatively = checkHasNegativeReaction() const hasReactedNegatively = checkHasNegativeReaction()
if (!isDataLoaded) return null
return ( return (
<> <>
<div <div