added more types for media
This commit is contained in:
@ -23,7 +23,7 @@ export const StationList = observer(() => {
|
||||
{
|
||||
field: "cityID",
|
||||
operator: "eq",
|
||||
value: city_id,
|
||||
value: city_id === "0" ? null : city_id,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user