diff --git a/src/components/comment/index.tsx b/src/components/comment/index.tsx index efd2dc6..eef9997 100644 --- a/src/components/comment/index.tsx +++ b/src/components/comment/index.tsx @@ -1,4 +1,5 @@ import { NDKEvent } from '@nostr-dev-kit/ndk' +import { Dots } from 'components/Spinner' import { ZapPopUp } from 'components/Zap' import { formatDate } from 'date-fns' import { @@ -447,15 +448,13 @@ const Reactions = (props: Event) => { eTag: props.id }) - if (!isDataLoaded) return null - return ( <>
{likesCount}
+
+ {isDataLoaded ? likesCount :
{disLikesCount}
+
+ {isDataLoaded ? disLikesCount :