Here's the preview of what it looks like without any config settings:  When I add the following config: ```js var tsml_react_config = { filters: ['region', 'distance', 'weekday', 'time', 'type'], } ``` It duplicates the filters.  The original goal was to remove one filter by providing the list of filters we wanted to keep.