logs removal
This commit is contained in:
@@ -20,7 +20,6 @@ export const BondedMixnodeActions = ({
|
||||
const handleClose = () => setIsOpen(false);
|
||||
|
||||
const handleActionClick = (action: TBondedMixnodeActions) => {
|
||||
console.log({ action });
|
||||
onActionSelect(action);
|
||||
handleClose();
|
||||
};
|
||||
|
||||
@@ -89,7 +89,6 @@ const Bonding = () => {
|
||||
};
|
||||
|
||||
const handleBondedMixnodeAction = (action: TBondedMixnodeActions) => {
|
||||
console.log({ action });
|
||||
switch (action) {
|
||||
case 'bondMore': {
|
||||
setShowModal('bond-more');
|
||||
|
||||
Reference in New Issue
Block a user