flyzto 6 bulan lalu
induk
melakukan
e82b1a1255
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      web/apps/web-antd/src/views/match/solutions/index.vue

+ 3 - 3
web/apps/web-antd/src/views/match/solutions/index.vue

@@ -277,9 +277,9 @@ const formatEvents = (events, cprKeys) => {
       if (ratioKey > 0) {
         ratioKey = `+${ratioKey}`;
       }
-      else if (ratioKey === 0) {
-        ratioKey = '-0';
-      }
+      // else if (ratioKey === 0) {
+      //   ratioKey = '-0';
+      // }
       else {
         ratioKey = `${ratioKey}`;
       }