2
0
Эх сурвалжийг харах

{showLabel ? mTitle : ""}

visuddhinanda 2 жил өмнө
parent
commit
cfb1b1657d

+ 1 - 1
dashboard/src/components/general/TimeShow.tsx

@@ -142,7 +142,7 @@ const TimeShowWidget = ({
       <Text type={type}>
         <Space>
           {icon}
-          {mTitle}
+          {showLabel ? mTitle : ""}
           {passTime}
         </Space>
       </Text>