template endpoint added
This commit was merged in pull request #79.
This commit is contained in:
@@ -2,7 +2,7 @@ import React from 'react'
|
||||
import { getDashPayments } from '../../services/services'
|
||||
import { useQuery } from '@tanstack/react-query'
|
||||
import queryKeys from '../../services/queryKeys'
|
||||
import getDateFromDateString from '../../helpers/getDateFromDateString'
|
||||
import getDateTimeFromDateString from '../../helpers/getDateTimeFromDateString'
|
||||
import getImage from '../../utils/getImage'
|
||||
|
||||
export default function DashPayments() {
|
||||
@@ -65,7 +65,7 @@ export default function DashPayments() {
|
||||
<tr key={index}>
|
||||
{/* <td>{Number(item?.id).toString().padStart(6,'0')}</td> */}
|
||||
<td>
|
||||
{getDateFromDateString(item?.added)}
|
||||
{getDateTimeFromDateString(item?.added)}
|
||||
</td>
|
||||
|
||||
<td>{item?.option_name}</td>
|
||||
|
||||
Reference in New Issue
Block a user