From 78c534ea29563af2c0163576ee310c0994f3ed8e Mon Sep 17 00:00:00 2001 From: Kelechi Date: Thu, 21 Nov 2024 09:01:53 +0100 Subject: [PATCH] fix: fixed sorting bug and updated created col to updated --- src/components/dashboard/hiiq-table/columns.tsx | 13 ++++++++----- src/components/dashboard/hiiq-table/data-table.tsx | 1 - src/services/holders/index.ts | 4 ++-- src/services/holders/queries.ts | 1 + 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/components/dashboard/hiiq-table/columns.tsx b/src/components/dashboard/hiiq-table/columns.tsx index 543b5b7c..d75be66c 100644 --- a/src/components/dashboard/hiiq-table/columns.tsx +++ b/src/components/dashboard/hiiq-table/columns.tsx @@ -10,7 +10,7 @@ import { useState } from 'react' export type HIIQHoldersProps = { address: string tokens: string - created: number + updated: number } export const columns: ColumnDef[] = [ @@ -66,7 +66,7 @@ export const columns: ColumnDef[] = [