Skip to content

Commit

Permalink
fix: align
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Sep 11, 2024
1 parent 6af6568 commit 57b5a11
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ui/pages/VerifiedContracts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const VerifiedContracts = () => {
const csvExportLink = (
<AddressCsvExportLink
params={{ type: 'contracts' }}
ml="auto"
className=""
isLoading={ isPlaceholderData }
/>
);
Expand All @@ -126,8 +126,10 @@ const VerifiedContracts = () => {
{ typeFilter }
{ filterInput }
</HStack>
{ showCSVDownload && csvExportLink }
<Pagination ml="auto" { ...pagination }/>
<HStack spacing={ 3 } display={{ base: 'none', lg: 'flex' }}>
{ showCSVDownload && csvExportLink }
<Pagination ml="auto" { ...pagination }/>
</HStack>
</ActionBar>
) }
</>
Expand Down

0 comments on commit 57b5a11

Please sign in to comment.