remove un-needed user/fetch
This commit is contained in:
parent
7a13a53bdd
commit
d493a5f9ea
1 changed files with 0 additions and 2 deletions
|
@ -84,8 +84,6 @@ export default function YoutubeTransferStatus(props: Props) {
|
||||||
return () => {
|
return () => {
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
};
|
};
|
||||||
} else {
|
|
||||||
updateUser();
|
|
||||||
}
|
}
|
||||||
}, [hasPendingTransfers, checkYoutubeTransfer, updateUser, updateUser]);
|
}, [hasPendingTransfers, checkYoutubeTransfer, updateUser, updateUser]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue