fix
Desc: - menghapus tampilan json dan hide console
This commit is contained in:
@@ -7,7 +7,7 @@ export default function Page() {
|
||||
|
||||
return (
|
||||
<>
|
||||
{JSON.stringify(tkn)}
|
||||
{/* {JSON.stringify(tkn)} */}
|
||||
<Login />;
|
||||
</>
|
||||
);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { useState } from "react";
|
||||
|
||||
export function MyConsole(value: any) {
|
||||
const onData = true;
|
||||
const onData = false;
|
||||
if (onData) {
|
||||
console.log(value);
|
||||
}
|
||||
|
||||
@@ -51,11 +51,11 @@ export default function Login() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<pre>
|
||||
{/* <pre>
|
||||
{JSON.stringify(inputNumber, null, 2)}
|
||||
<br />
|
||||
{JSON.stringify(code)}
|
||||
</pre>
|
||||
</pre> */}
|
||||
|
||||
<Flex
|
||||
h={"100vh"}
|
||||
|
||||
@@ -58,8 +58,8 @@ export default function Validasi() {
|
||||
|
||||
return (
|
||||
<>
|
||||
{JSON.stringify(nomor)}
|
||||
{JSON.stringify(code)}
|
||||
{/* {JSON.stringify(nomor)}
|
||||
{JSON.stringify(code)} */}
|
||||
|
||||
<Flex
|
||||
align={"center"}
|
||||
|
||||
Reference in New Issue
Block a user