fix: fixed varaible name

This commit is contained in:
sundasnoreen12
2025-03-18 14:11:36 +05:00
committed by Awais Ansari
parent 8e2d321bd6
commit b3dbc7499f

View File

@@ -39,7 +39,7 @@ export const defaultState = {
verifiedName: null,
mostRecentVerifiedName: {},
verifiedNameHistory: {},
countries: [],
countriesCodesList: [],
};
const reducer = (state = defaultState, action = {}) => {