diff --git a/Projects/Features/ArtistFeature/Sources/ViewControllers/ArtistViewController.swift b/Projects/Features/ArtistFeature/Sources/ViewControllers/ArtistViewController.swift index 0c49ff5ee..71211cbfa 100644 --- a/Projects/Features/ArtistFeature/Sources/ViewControllers/ArtistViewController.swift +++ b/Projects/Features/ArtistFeature/Sources/ViewControllers/ArtistViewController.swift @@ -37,7 +37,6 @@ public final class ArtistViewController: addSubviews() setLayout() configureUI() - collectionView.delegate = self } override public func viewDidAppear(_ animated: Bool) {