Browse Source

{showLabel ? mTitle : ""}

visuddhinanda 2 years ago
parent
commit
cfb1b1657d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/general/TimeShow.tsx

+ 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>