fix: fixed varaible name
This commit is contained in:
committed by
Awais Ansari
parent
1bcc54bb05
commit
02b987909b
@@ -39,7 +39,7 @@ export const defaultState = {
|
||||
verifiedName: null,
|
||||
mostRecentVerifiedName: {},
|
||||
verifiedNameHistory: {},
|
||||
countries: [],
|
||||
countriesCodesList: [],
|
||||
};
|
||||
|
||||
const reducer = (state = defaultState, action = {}) => {
|
||||
|
||||
Reference in New Issue
Block a user