Explorar o código

{showLabel ? mTitle : ""}

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
cfb1b1657d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>