Skip to content

Commit 119f4cc

Browse files
committed
Use firstLetter
1 parent 7c33ae7 commit 119f4cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPress/WordPressShareExtension/ShareModularViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,7 @@ private struct ShareSiteCellView: View {
10271027
private extension SiteIconViewModel {
10281028
init(site: RemoteBlog) {
10291029
self.init(size: .regular)
1030+
self.firstLetter = blog.name.first
10301031
self.imageURL = site.icon.flatMap(URL.init)
10311032
}
10321033
}

0 commit comments

Comments
 (0)