fix: unlock test error message to "Unsupported Country/Region"
This commit is contained in:
@@ -191,7 +191,7 @@ const UnlockPage = () => {
|
||||
if (
|
||||
status === "Disallowed ISP" ||
|
||||
status === "Blocked" ||
|
||||
status === "Unsupported Country"
|
||||
status === "Unsupported Country/Region"
|
||||
) {
|
||||
return "error";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user