refactor: add 'clicked' field to ad response schema and update dashboard display
This commit is contained in:
@@ -51,6 +51,10 @@ export const AdvertisementsPage = () => {
|
||||
return formatDate(data)
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'Diklik',
|
||||
data: 'clicked',
|
||||
},
|
||||
{
|
||||
title: 'Action',
|
||||
data: 'id',
|
||||
@@ -66,7 +70,7 @@ export const AdvertisementsPage = () => {
|
||||
/>
|
||||
)
|
||||
},
|
||||
5: (value: string, _type: unknown, data: TAdResponse) => (
|
||||
6: (value: string, _type: unknown, data: TAdResponse) => (
|
||||
<div className="flex space-x-2">
|
||||
<Button
|
||||
as="a"
|
||||
|
||||
Reference in New Issue
Block a user