mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 22:44:26 +01:00
update
This commit is contained in:
@@ -76,6 +76,8 @@ const ProfileEdit: Component<ProfileEditProps> = (props) => {
|
||||
const loading = () => query.isLoading || mutation.isLoading;
|
||||
const disabled = () => loading();
|
||||
|
||||
setInterval(() => console.log(query.isLoading, mutation.isLoading), 1000);
|
||||
|
||||
const otherProperties = () =>
|
||||
omit(profile(), [
|
||||
'picture',
|
||||
|
||||
Reference in New Issue
Block a user