Commit c21ea460 authored by isstuev's avatar isstuev

remove outdated text

parent 5b7be02f
......@@ -17,7 +17,6 @@ import useTxsSort from './useTxsSort';
type Props = {
queryName: QueryKeys.txsPending | QueryKeys.txsValidate | QueryKeys.blockTxs;
showDescription?: boolean;
stateFilter?: TTxsFilters['filter'];
apiPath: string;
showBlockInfo?: boolean;
......@@ -25,7 +24,6 @@ type Props = {
const TxsContent = ({
queryName,
showDescription,
stateFilter,
apiPath,
showBlockInfo = true,
......@@ -81,7 +79,6 @@ const TxsContent = ({
return (
<>
{ showDescription && <Box mb={{ base: 6, lg: 12 }}>Only the first 10,000 elements are displayed</Box> }
<TxsHeader mt={ -6 } sorting={ sorting } setSorting={ setSortByValue } paginationProps={ pagination } showPagination={ !isPaginatorHidden }/>
{ content }
</>
......
......@@ -13,7 +13,6 @@ const TxsTab = ({ tab }: Props) => {
return (
<TxsContent
queryName={ QueryKeys.txsValidate }
showDescription
stateFilter="validated"
apiPath="/node-api/transactions"
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment