Desc:
- menghapus tampilan json dan hide console
This commit is contained in:
2023-10-02 22:39:35 +08:00
parent 50df7bae6e
commit 9f50309258
4 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ export default function Page() {
return ( return (
<> <>
{JSON.stringify(tkn)} {/* {JSON.stringify(tkn)} */}
<Login />; <Login />;
</> </>
); );

View File

@@ -1,7 +1,7 @@
import { useState } from "react"; import { useState } from "react";
export function MyConsole(value: any) { export function MyConsole(value: any) {
const onData = true; const onData = false;
if (onData) { if (onData) {
console.log(value); console.log(value);
} }

View File

@@ -51,11 +51,11 @@ export default function Login() {
return ( return (
<> <>
<pre> {/* <pre>
{JSON.stringify(inputNumber, null, 2)} {JSON.stringify(inputNumber, null, 2)}
<br /> <br />
{JSON.stringify(code)} {JSON.stringify(code)}
</pre> </pre> */}
<Flex <Flex
h={"100vh"} h={"100vh"}

View File

@@ -58,8 +58,8 @@ export default function Validasi() {
return ( return (
<> <>
{JSON.stringify(nomor)} {/* {JSON.stringify(nomor)}
{JSON.stringify(code)} {JSON.stringify(code)} */}
<Flex <Flex
align={"center"} align={"center"}