diff --git a/components/halaman/DataSet.js b/components/halaman/DataSet.js
index c4e3271..9bfa14c 100644
--- a/components/halaman/DataSet.js
+++ b/components/halaman/DataSet.js
@@ -16,7 +16,7 @@ function DataSet(props) {
return (
| {index} |
- {item.Usia} |
+ {/* {item.Usia} | */}
{item.Berat} |
{item.Keliling} |
{item.Ukuran_batang} |
@@ -34,7 +34,7 @@ function DataSet(props) {
| {item.No} |
{item.Rule} |
- {item.Usia} |
+ {/* {item.Usia} | */}
{item.Berat} |
{item.Keliling} |
{item['Ukuran Batang']} |
@@ -48,7 +48,7 @@ function DataSet(props) {
return (
| {item.No} |
- {item.Usia} |
+ {/* {item.Usia} | */}
{item.Berat} |
{item.Keliling} |
{item['Ukuran Batang']} |
@@ -73,7 +73,7 @@ function DataSet(props) {
| ID |
- Usia ( Minggu ) |
+ {/* Usia ( Minggu ) | */}
Berat ( gram ) |
Keliling ( cm ) |
Ukuran Batang ( cm ) |
@@ -103,7 +103,7 @@ function DataSet(props) {
-
+ {/*
| Input |
Usia (Minggu) |
{himpunan_fuzzy[0]['Semesta Pembicaraan']} |
@@ -113,8 +113,9 @@ function DataSet(props) {
| {himpunan_fuzzy[1][' Himpunan Fuzzy']} |
{himpunan_fuzzy[1]['Domain']} |
-
+ */}
+ | Input |
Berat (gram) |
{himpunan_fuzzy[2]['Semesta Pembicaraan']} |
{himpunan_fuzzy[2][' Himpunan Fuzzy']} |
@@ -173,8 +174,8 @@ function DataSet(props) {
Himpunan Fuzzy
-
Fuzzy Usia
-

+ {/*
Fuzzy Usia
+

*/}
Fuzzy Berat
Fuzzy Keliling
@@ -193,7 +194,7 @@ function DataSet(props) {
| No |
Rule |
- Usia |
+ {/* Usia | */}
Berat |
Keliling |
Ukuran Batang |
@@ -216,7 +217,7 @@ function DataSet(props) {
| No |
- Usia |
+ {/* Usia | */}
Berat |
Keliling |
Ukuran Batang |
diff --git a/components/halaman/InputData.js b/components/halaman/InputData.js
index 04d7147..cb70965 100644
--- a/components/halaman/InputData.js
+++ b/components/halaman/InputData.js
@@ -28,7 +28,8 @@ function InputData(props) {
async function submitHandler(event) {
event.preventDefault(); // ini untuk prevent reload atau submit default
- const usia = usiaInputRef.current.value;
+ // const usia = usiaInputRef.current.value;
+ const usia = 13.5;
const berat = beratInputRef.current.value;
const keliling = kelilingInputRef.current.value;
const ukuran_batang = ukuranBatangInputRef.current.value;
@@ -146,25 +147,25 @@ function InputData(props) {
diff --git a/components/layout/MainNavigation.js b/components/layout/MainNavigation.js
index 7d28860..2812863 100644
--- a/components/layout/MainNavigation.js
+++ b/components/layout/MainNavigation.js
@@ -5,7 +5,7 @@ import classess from './MainNavigation.module.css'
function MainNavigation() {
return (
- Fuzzy Durian
+ Fuzzy Durian Lokal