This commit is contained in:
hamid zarghami
2025-02-24 10:21:40 +03:30
parent f8054e2202
commit e8512bb147
6 changed files with 65 additions and 75 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ const ListService: FC = () => {
<Td text={item.name} />
<Td text={item.author} />
<Td text={item.category?.title} />
<Td text={moment(item.createDate).format('jYYYY-jMM-jDD')} />
<Td text={moment(item.createDate, 'jYYYY-jMM-jDD').format('jYYYY-jMM-jDD')} />
<Td text=''>
{
item.subscriptionCount === 0 ?