We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d6eda commit 30f7b0aCopy full SHA for 30f7b0a
phone-book/src/keypad/keypad.js
@@ -3,7 +3,7 @@ import {MOBILE_OPERATORS_IDENTIFICATORS} from '../components/mobile-operators-id
3
/* ================== KEYPAD START================== */
4
5
class KeypadPage {
6
- constructor(store) {
+ constructor(store, accountName) {
7
this.setStateKeypad = () => {
8
const {setState} = store;
9
const initializeState = {
0 commit comments