Skip to content

Commit

Permalink
Fix styles a bit on data filters
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Oct 9, 2024
1 parent a591c05 commit d66f9b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions centrifuge-app/src/components/Report/DataFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export function DataFilter({ poolId }: ReportFilterProps) {
)}
{['investor-tx', 'investor-list'].includes(report) && (
<>
<Box mr={1} mt={report === 'investor-tx' ? 1 : 0}>
<Box mr={1}>
<Select
name="network"
label="Network"
Expand Down Expand Up @@ -305,7 +305,6 @@ export function DataFilter({ poolId }: ReportFilterProps) {
</Box>
<Box mt={1} width="50%">
<SearchInput
label="Address"
name="address"
placeholder="Filter by address..."
value={address}
Expand Down

0 comments on commit d66f9b3

Please sign in to comment.