forked from deriv-com/deriv-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Likhith/kyc 274/add missing example formats for idv countries (deriv-…
…com#9349) * fix: 🐛 translation of IDV documents dropdown option * fix: 🐛 translation of default config * fix: 🐛 translation of default config * fix: 🐛 removed unused-import * fix: 🐛 refactored code * fix: ♻️ incorporated review comments * feat: ✨ added example formats for IDV docs * feat: ✨ added new text as requested by compliance * fix: ♻️ incorporated review comments * fix: country selector change language and fetch residence list (#46) * fix: country selector change language and fetch residence list * fix: residence list call for mt5 * fix: autocomplete not_found issue, loading poi page directly issue * refactor: avoid double call for fetching residence * refactor: current_language removed from deps * refactor: remove undefinied prop * fix: failing tests * fix: failing tests --------- Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”> * refactor: remove commented code * fix: wrong import * refactor: ♻️ incorporated review comments * fix: failing testcase * fix: ts any rreplace * fix: resolved path issues * fix: translation issue with No results found text in dropdowns * fix: translation issue with No results found text in dropdowns * fix: Country selecror in mobile * fix: Country selecror in mobile * fix: wrong file import name --------- Co-authored-by: yauheni-deriv <103182683+yauheni-deriv@users.noreply.github.com> Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
- Loading branch information
1 parent
d99ad25
commit a86a1b3
Showing
42 changed files
with
736 additions
and
717 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import { PoaButton } from './poa-button'; | ||
import PoaButton from './poa-button'; | ||
|
||
export default PoaButton; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/account/src/Components/poi-unsupported-failed/unsupported-failed.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/account/src/Components/poi/idv-status/idv-submit-complete/idv-submit-complete.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/account/src/Components/poi/idv-status/idv-verified/idv-verified.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/account/src/Components/poi/poi-country-selector/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import CountrySelector from './poi-country-selector'; | ||
import PoiCountrySelector from './poi-country-selector'; | ||
|
||
export default CountrySelector; | ||
export default PoiCountrySelector; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.