增加事件的分享功能
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
import React, { useState, useCallback } from 'react';
|
||||
import {
|
||||
HStack,
|
||||
VStack,
|
||||
Box,
|
||||
Text,
|
||||
Tooltip,
|
||||
@@ -41,7 +40,7 @@ const EventEngagement = ({
|
||||
onVoteChange,
|
||||
}) => {
|
||||
const toast = useToast();
|
||||
const { isLoggedIn } = useAuth();
|
||||
const { isAuthenticated: isLoggedIn } = useAuth();
|
||||
|
||||
const [localVote, setLocalVote] = useState(userVote);
|
||||
const [localBullish, setLocalBullish] = useState(bullishCount);
|
||||
|
||||
Reference in New Issue
Block a user