From f4654fb7ca9ce9aeed57cbec4fb7ad1343cc0590 Mon Sep 17 00:00:00 2001 From: Anang20 Date: Mon, 14 Nov 2022 11:31:26 +0700 Subject: [PATCH] fix: eslint rules --- pages/policy-terms/index.js | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/pages/policy-terms/index.js b/pages/policy-terms/index.js index 92cf6a8..6cca67a 100644 --- a/pages/policy-terms/index.js +++ b/pages/policy-terms/index.js @@ -34,13 +34,15 @@ const PolicyTerms = observer(() => { label: `Syarat & Ketentuan`, key: '1', children: [ -

Syarat - syarat & Ketentuan[Layanan] (Terms & Condition of Serfices)

, -

PENTING: Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, -

Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, -

Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, -

Ketentuan Umum

, +

Syarat - syarat & Ketentuan[Layanan] (Terms & Condition of Serfices)

, +

PENTING: Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, +

Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, +

Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, +

Ketentuan Umum

, general_requirements.map((value, index) => ( -

{number++}. {value?.value}

+
+

{number++}. {value?.value}

+
)) ], }, @@ -48,13 +50,15 @@ const PolicyTerms = observer(() => { label: `Kebijakan Privasi`, key: '2', children: [ -

Kebijakan Privasi (Privacy Policy)

, -

PENTING: Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, -

Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, -

Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, -

Ketentuan Umum

, +

Kebijakan Privasi (Privacy Policy)

, +

PENTING: Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, +

Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, +

Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, +

Ketentuan Umum

, general_requirements.map((value, index) => ( -

{number2++}. {value?.value}

+
+

{number2++}. {value?.value}

+
)) ], },