This commit is contained in:
Justin Mazzocchi 2020-09-10 02:40:58 -07:00
parent 5586011eea
commit 36d809fc85
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ struct AddIdentityView: View {
}
.frame(maxWidth: .infinity, alignment: .center)
}
Section {
if let instance = viewModel.instance {
if let instance = viewModel.instance {
Section {
KFImage(instance.thumbnail)
.placeholder {
ProgressView()