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

@@ -29,7 +29,7 @@ struct WriteAppReviewView: View {
List {
// App Information
HStack {
AppIconView(iconUrl: storeApp.iconURL, size: 50)
AppIconView(iconUrl: storeApp.iconURL, isSideStore: storeApp.bundleIdentifier == Bundle.Info.appbundleIdentifier, size: 50)
VStack(alignment: .leading) {
Text(storeApp.name)
.bold()