mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-12 06:54:57 -05:00
fixed filters not working with touch handlers
This commit is contained in:
@@ -133,7 +133,7 @@ export const DesktopFilters: React.FC<Props> = ({
|
||||
<MetaFilterSelectSearch
|
||||
title="Availability"
|
||||
styles={styles}
|
||||
value={availability}
|
||||
value={availability ? [availability] : []}
|
||||
onChange={(value) => {
|
||||
const values = value as ValueType[];
|
||||
setAvailability(values[values.length - 1]);
|
||||
|
||||
Reference in New Issue
Block a user