From a6b76f9f93b4b0c5897516e43162806140ba4916 Mon Sep 17 00:00:00 2001 From: Tomek Marciniak Date: Wed, 18 Oct 2023 10:02:19 +0200 Subject: [PATCH] fix(code): fix linter issues --- src/components/accounts/accounts-table.tsx | 6 +++--- src/components/staking/staking-table.tsx | 6 +++--- src/components/transactions/transactions-table.tsx | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/accounts/accounts-table.tsx b/src/components/accounts/accounts-table.tsx index 7212b46..3fc9ea2 100644 --- a/src/components/accounts/accounts-table.tsx +++ b/src/components/accounts/accounts-table.tsx @@ -275,9 +275,9 @@ export const AccountsTable = ({ {header.isPlaceholder ? null : flexRender( - header.column.columnDef.header, - header.getContext() - )} + header.column.columnDef.header, + header.getContext() + )} ) })} diff --git a/src/components/staking/staking-table.tsx b/src/components/staking/staking-table.tsx index af3c4b0..44d7c6a 100644 --- a/src/components/staking/staking-table.tsx +++ b/src/components/staking/staking-table.tsx @@ -254,9 +254,9 @@ export const StakingTable = ({ {header.isPlaceholder ? null : flexRender( - header.column.columnDef.header, - header.getContext() - )} + header.column.columnDef.header, + header.getContext() + )} ) })} diff --git a/src/components/transactions/transactions-table.tsx b/src/components/transactions/transactions-table.tsx index 570834b..d7b58d0 100644 --- a/src/components/transactions/transactions-table.tsx +++ b/src/components/transactions/transactions-table.tsx @@ -293,9 +293,9 @@ export const TransactionsTable = ({ {header.isPlaceholder ? null : flexRender( - header.column.columnDef.header, - header.getContext() - )} + header.column.columnDef.header, + header.getContext() + )} ) })}