diff --git a/MiniScanner/Modules/EditViewController/CustomViews/BannerView.swift b/MiniScanner/Modules/EditViewController/CustomViews/BannerView.swift
index 05c8df210c387c9955a93f34a5ad6e99d4a81941..72c897be9a18a38f970602111b8b236595399593 100644
--- a/MiniScanner/Modules/EditViewController/CustomViews/BannerView.swift
+++ b/MiniScanner/Modules/EditViewController/CustomViews/BannerView.swift
@@ -219,21 +219,7 @@ extension BannerView {
         
         let subviews = cell.contentView.subviews
         
-        if signAllDoc {
-            
-            if !subviews.contains(cell.selectedStickerView1 ?? UIView()) {
-                
-                configure(cell: cell, with: scannedItem, position: position, signature: signature)
-            }
-        }
-        else {
-            
-            if !subviews.contains(cell.selectedStickerView1 ?? UIView())
-                && index == pagerView.currentIndex {
-                
-                configure(cell: cell, with: scannedItem, position: position, signature: signature)
-            }
-        }
+        configure(cell: cell, with: scannedItem, position: position, signature: signature)
     }
     
     private func configure(cell: FSPagerViewCell, with scannedItem: ScannedItem, position: CGPoint, signature: UIImage) {