diff --git a/src/components/creators/rewards/RewardInfo.tsx b/src/components/creators/rewards/RewardInfo.tsx index 455d37ef0..9315e6f77 100644 --- a/src/components/creators/rewards/RewardInfo.tsx +++ b/src/components/creators/rewards/RewardInfo.tsx @@ -41,11 +41,17 @@ export default function RewardInfo({ size, ...props }: RewardInfoProps) { ) } + const hasCreatorReward = (data?.receivedLikes ?? 0) > 0 + return (
-
- + {hasCreatorReward && ( + <> +
+ + + )}