mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-13 19:41:22 +00:00
added popover for reactions
This commit is contained in:
parent
4bd3ba82aa
commit
a028320e5b
@ -74,6 +74,8 @@ const {getIndividualUserInfo} = useContext(MyContext)
|
||||
const [selectedReaction, setSelectedReaction] = useState(null);
|
||||
const [userInfo, setUserInfo] = useState(null)
|
||||
|
||||
const [anchorEl, setAnchorEl] = useState(null);
|
||||
const [selectedReaction, setSelectedReaction] = useState(null);
|
||||
|
||||
useEffect(()=> {
|
||||
const getInfo = async ()=> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user