chore: display reactions UI after reactionEvents are loaded
All checks were successful
Release to Staging / build_and_release (push) Successful in 47s
All checks were successful
Release to Staging / build_and_release (push) Successful in 47s
This commit is contained in:
parent
98f4666f96
commit
0ac31675f9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user