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

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()