forked from verdnatura/hedera-web
Avoid supplant user error to appear 2 times
This commit is contained in:
parent
67847e798b
commit
f56d4cca14
|
@ -38,7 +38,6 @@ const supplantUser = async user => {
|
||||||
router.push({ name: 'confirmedOrders' });
|
router.push({ name: 'confirmedOrders' });
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error supplanting user:', error);
|
console.error('Error supplanting user:', error);
|
||||||
// notify(error.message, 'negative');
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue