Explorar el Código

:fire: 意思后面的数字

visuddhinanda hace 3 años
padre
commit
4e315e3396
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/components/template/Wbw/WbwMeaningSelect.tsx

+ 1 - 1
dashboard/src/components/template/Wbw/WbwMeaningSelect.tsx

@@ -184,7 +184,7 @@ const Widget = ({ data, onSelect }: IWidget) => {
                                         }
                                       }}
                                     >
-                                      {itemMeaning.text}-{itemMeaning.count}
+                                      {itemMeaning.text}
                                     </Tag>
                                   );
                                 }