Skip to content

Commit 30f7b0a

Browse files
author
Balashov Nikita
committed
keypad-page
1 parent 35d6eda commit 30f7b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phone-book/src/keypad/keypad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {MOBILE_OPERATORS_IDENTIFICATORS} from '../components/mobile-operators-id
33
/* ================== KEYPAD START================== */
44

55
class KeypadPage {
6-
constructor(store) {
6+
constructor(store, accountName) {
77
this.setStateKeypad = () => {
88
const {setState} = store;
99
const initializeState = {

0 commit comments

Comments
 (0)