fix: build errors

This commit is contained in:
naturecodevoid
2023-04-09 14:29:03 -07:00
parent 4f512b6318
commit 8c2968aeb3
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ struct AppRowView: View {
var body: some View {
HStack(alignment: .center, spacing: 12) {
AppIconView(iconUrl: storeApp?.iconURL, isSideStore: storeApp?.isSideStore)
AppIconView(iconUrl: storeApp?.iconURL, isSideStore: storeApp?.isSideStore ?? false)
VStack(alignment: .leading, spacing: 2) {
Text(app.name)