Fix build errors after merge

This commit is contained in:
naturecodevoid
2023-02-19 10:56:01 -08:00
parent 47848ddd18
commit 2aa880d10e
4 changed files with 5 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ struct AppPillButton_Previews: PreviewProvider {
static func preview(for app: AppProtocol, showRemainingDays: Bool = false) -> some View {
HintView(backgroundColor: Color(UIColor.secondarySystemBackground)) {
HStack {
AppIconView(iconUrl: self.app.iconURL)
AppIconView(iconUrl: self.app.iconURL, isSideStore: true)
VStack(alignment: .leading) {
Text(app is StoreApp ? "Store App" : "Installed App")