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' });
|
||||
} catch (error) {
|
||||
console.error('Error supplanting user:', error);
|
||||
// notify(error.message, 'negative');
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue