Skip to content

Commit

Permalink
Fix: compile error in DashboardQuickStartCardCell
Browse files Browse the repository at this point in the history
Co-authored-by: Momo Ozawa <[email protected]>
  • Loading branch information
hassaanelgarem and momo-ozawa authored Mar 24, 2022
1 parent 3a2db95 commit 214c226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class DashboardQuickStartCardCell: UICollectionViewCell, Reusable, BlogDas
let blog = self?.blog else {
return
}
viewController.removeQuickStart(from: blog, sourceView: frameView, sourceRect: frameView.ellipsisButtonRect)
viewController.removeQuickStart(from: blog, sourceView: frameView, sourceRect: frameView.ellipsisButtonFrame)
}
return frameView
}()
Expand Down

0 comments on commit 214c226

Please sign in to comment.