Skip to content

Commit

Permalink
default to listview
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijialin-avalabs committed Feb 13, 2025
1 parent 6c0c361 commit 39963db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const useFilterAndSort = (): {
})
const [selectedView, setSelectedView] = useState<IndexPath>({
section: 0,
row: 0
row: 1
})

const filterRef = useRef<TouchableOpacity>(null)
Expand Down

0 comments on commit 39963db

Please sign in to comment.