From 0827dd510414f8d7373d162dcac193199e10ba85 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期三, 23 二月 2022 15:08:45 +0800 Subject: [PATCH] update: [客戶] 隱藏滿意度評分相關顯示欄位 --- PAMapp/shared/const/hide-reviews.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/shared/const/hide-reviews.ts b/PAMapp/shared/const/hide-reviews.ts index 35d2e34..0961710 100644 --- a/PAMapp/shared/const/hide-reviews.ts +++ b/PAMapp/shared/const/hide-reviews.ts @@ -1 +1 @@ -export const hideReviews = false; +export const hideReviews = true; -- Gitblit v1.8.0