feature components
deskripsi: - BaseBox, TextCustom - Perbaikan home & profile
This commit is contained in:
@@ -25,7 +25,9 @@ export default function LoginView() {
|
||||
const callingCode = selectedCountry?.callingCode.replace(/^\+/, "") || "";
|
||||
const fixNumber = callingCode + inputValue;
|
||||
console.log(fixNumber);
|
||||
router.navigate("/(application)/profile/1");
|
||||
// router.navigate("/(application)/profile/1");
|
||||
router.navigate("/(application)/home");
|
||||
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user