From ab9732a86074917d8411e96ebed6d99eba21bbc0 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 20 Nov 2023 14:09:34 +0700 Subject: Update logic compute is different --- src/common/constants/result.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/constants/result.ts b/src/common/constants/result.ts index 229bc87..e9c47df 100644 --- a/src/common/constants/result.ts +++ b/src/common/constants/result.ts @@ -1,5 +1,5 @@ export const SHOWING_SELECTIONS = [ { key: "1", value: "", label: "Semua" }, { key: "2", value: "diff", label: "Selisih" }, - { key: "3", value: "not-diff", label: "Tidak Selisih" }, + { key: "3", value: "not-diff", label: "Aman" }, ]; -- cgit v1.2.3