Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 5b26624

Browse files
authored
Update appsView.swift
1 parent 2f9ee2e commit 5b26624

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Sources/prostore/views/appsView.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ private struct AppRowView: View {
209209
}
210210

211211
// MARK: - Simple Detail View
212-
private struct AppsView: View {
212+
private struct AppDetailView: View {
213213
let app: AltApp
214214
@Environment(\.openURL) private var openURL
215215

@@ -292,4 +292,5 @@ private struct AppsView: View {
292292
.navigationTitle(app.name)
293293
.navigationBarTitleDisplayMode(.inline)
294294
}
295-
}
295+
296+
}

0 commit comments

Comments
 (0)