Skip to content

Commit ff9e6fc

Browse files
ScoutHarrisdvdchr
andauthored
Update WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/DashboardPromptsCardCell.swift
Set var to read-only. Co-authored-by: David Christiandy <1299411+dvdchr@users.noreply.github.com>
1 parent 5b92771 commit ff9e6fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/DashboardPromptsCardCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DashboardPromptsCardCell: UICollectionViewCell, Reusable {
1414
}
1515

1616
// This is public so it can be accessed from the BloggingPromptsFeatureDescriptionView.
17-
lazy var cardFrameView: BlogDashboardCardFrameView = {
17+
private(set) lazy var cardFrameView: BlogDashboardCardFrameView = {
1818
let frameView = BlogDashboardCardFrameView()
1919
frameView.translatesAutoresizingMaskIntoConstraints = false
2020
frameView.title = Strings.cardFrameTitle

0 commit comments

Comments
 (0)