diff --git a/src/components/dashboards/AnalysisClient.tsx b/src/components/dashboards/AnalysisClient.tsx
index d419e33..4689668 100644
--- a/src/components/dashboards/AnalysisClient.tsx
+++ b/src/components/dashboards/AnalysisClient.tsx
@@ -8,6 +8,7 @@ import ResultSection from "./ResultSection";
export default function AnalysisClient() {
const {
+ isValid,
errors,
loading,
result,
@@ -101,18 +102,31 @@ export default function AnalysisClient() {
-
+
{urlInput()}
+
{visibleFields < 2 && (
-
@@ -147,6 +161,7 @@ export default function AnalysisClient() {
diff --git a/src/hooks/useAnalyzeText.ts b/src/hooks/useAnalyzeText.ts
index 1c8de6e..0f69c71 100644
--- a/src/hooks/useAnalyzeText.ts
+++ b/src/hooks/useAnalyzeText.ts
@@ -213,13 +213,11 @@ export const useAnalyseText = () => {
labels: "Tautan Produk 3",
errors: errors.url3,
title: { ...register("url3") },
- type: "url3",
},
{
labels: "Tautan Produk 4",
errors: errors.url4,
title: { ...register("url4") },
- type: "url4",
},
];