Commit 78ae5851 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Update ui/address/AddressTxs.tsx

Co-authored-by: default avatartom goriunov <tom@ohhhh.me>
parent 33aa8d2d
......@@ -64,11 +64,7 @@ const AddressTxs = () => {
<Element name={ SCROLL_ELEM }>
{ !isMobile && (
<ActionBar mt={ -6 }>
<AddressTxsFilter
defaultFilter={ filterValue }
onFilterChange={ handleFilterChange }
isActive={ Boolean(filterValue) }
/>
{ filter }
{ !isPaginatorHidden && <Pagination { ...addressTxsQuery.pagination }/> }
</ActionBar>
) }
......
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