mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-24 20:07:51 +00:00
add gettimestamp at mount
This commit is contained in:
parent
d4f78403c6
commit
059f05ed20
@ -554,6 +554,13 @@ export const Group = ({
|
||||
} catch (error) {}
|
||||
};
|
||||
|
||||
useEffect(()=> {
|
||||
if(myAddress){
|
||||
getGroupAnnouncements()
|
||||
getTimestampEnterChat()
|
||||
}
|
||||
}, [myAddress])
|
||||
|
||||
const getGroupOwner = async (groupId) => {
|
||||
try {
|
||||
const url = `${getBaseApiReact()}/groups/${groupId}`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user