A
if state.featuredTreatments.isEmpty && collectionView.isSkeletonActive {
snapshot.deleteSections([.carousel])
self.currentPageControlView?.isHidden =
true
dataSource.apply(snapshot)
collectionView.reloadData()
}