mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-20 14:32:57 +00:00
Fix setAlertOwnershipToTransfer typo
This commit is contained in:
@@ -161,7 +161,7 @@ const EditPage = (props)=>{
|
|||||||
|
|
||||||
const handleGoogleClick = ()=>{
|
const handleGoogleClick = ()=>{
|
||||||
if(global.account !== currentBrew.authors[0]) {
|
if(global.account !== currentBrew.authors[0]) {
|
||||||
setalertOwnershipToTransfer(true);
|
setAlertOwnershipToTransfer(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(!global.account?.googleId) {
|
if(!global.account?.googleId) {
|
||||||
@@ -178,7 +178,7 @@ const EditPage = (props)=>{
|
|||||||
setAlertTrashedGoogleBrew(false);
|
setAlertTrashedGoogleBrew(false);
|
||||||
setAlertNoGoogleToTransfer(false);
|
setAlertNoGoogleToTransfer(false);
|
||||||
setConfirmGoogleTransfer(false);
|
setConfirmGoogleTransfer(false);
|
||||||
setalertOwnershipToTransfer(false);
|
setAlertOwnershipToTransfer(false);
|
||||||
};
|
};
|
||||||
|
|
||||||
const toggleGoogleStorage = (e)=>{
|
const toggleGoogleStorage = (e)=>{
|
||||||
|
|||||||
Reference in New Issue
Block a user