Scraper Skips Next Row

Hello there,

I am trying to scrape data off a website. Unfortunately, the scraper skips the next row on the table.

Below is the sitemap used

{"_id":"web-scrapper","startUrl":["https://hfr.health.gov.ng/facilities/hospitals-search?_token=raTy6ywAQdYxCi1bORyMqIUFCrw84vhiy9L5KhqQ&state_id=115&lga_id=&ward_id=&facility_level_id=0&ownership_id=0&operational_status_id=1&registration_status_id=0&license_status_id=0&geo_codes=0&service_type=0&service_category_id=0&facility_name=&entries_per_page=100"],"selectors":[{"id":"wrapper","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"body","multiple":true,"delay":"1000","clickElementSelector":"a>button.btn-success","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"Facility","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div#facility_name","multiple":false,"regex":"","delay":0},{"id":"LGA","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div#lga","multiple":false,"regex":"","delay":0},{"id":"Ward","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div#ward","multiple":false,"regex":"","delay":0},{"id":"Longitude","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div#longitude","multiple":false,"regex":"","delay":0},{"id":"Latitude","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div#latitude","multiple":false,"regex":"","delay":0},{"id":"State","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div#state","multiple":false,"regex":"","delay":0}]}

I would appreciate any assistance in getting this done the right way.

Thanks.