Skip to content

Commit

Permalink
Update AgentFilters.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Jun 15, 2024
1 parent 07f0dc0 commit e637b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nextjs/components/AgentFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ interface Props {
}

const AgentFilters = ({ agents }: Props) => {
const isValidator = useIsValidator();
const { primaryWallet } = useWallet();
const [mapOpened, setMapOpened] = useLocalStorage("PropertyFilter.MapOpened", false);
const [isMoreFilters, setIsMoreFilters] = useState(false);
const { filter, applyFilter, reset: resetFilter } = usePropertiesFilter();
Expand Down

0 comments on commit e637b5e

Please sign in to comment.