lostcarpark / conclar

ConClár Programme Guide in ReactJS
MIT License
11 stars 12 forks source link

Added integer parsing to try to fix bug displaying filtered items. #131

Closed lostcarpark closed 2 years ago

lostcarpark commented 2 years ago

There's a bug causing Chicon to display no items when filter selected. I haven't managed to reproduce, but I think it might be due to non integer values in the display limit. Have added integer parsing to try to resolve.