diff --git a/src/components/CountBlock/CountTxnsBlock.jsx b/src/components/CountBlock/CountTxnsBlock.jsx index e6e5efe..a8bee37 100644 --- a/src/components/CountBlock/CountTxnsBlock.jsx +++ b/src/components/CountBlock/CountTxnsBlock.jsx @@ -25,7 +25,7 @@ const CountTxnsBlock = (props: Props) => {
-

{startTime ? formattedDate(startTime) : '00/00/0000'}

+

{startTime ? formattedDate(startTime) : '-'}

@@ -41,7 +41,7 @@ const CountTxnsBlock = (props: Props) => { {unit}
- {startTime ? formattedDate(startTime) : '00/00/0000'} + {startTime ? formattedDate(startTime) : '-'}