Skip to content

Commit

Permalink
feat: Remove stake as its not possible/relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Mar 17, 2022
1 parent fed64ae commit c2f01f1
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ export default function getTranslationsFromMultisigRequest({ actions, receiverId
deposit: formatNear(action.deposit),
}
};
case 'stake':
return {
id: 'twoFactor.action.stake',
data: {
receiverId,
amount: formatNear(action.amount),
}
};
default:
return {};
}
Expand Down

0 comments on commit c2f01f1

Please sign in to comment.