Cleanup
This commit is contained in:
parent
5586011eea
commit
36d809fc85
|
@ -28,8 +28,8 @@ struct AddIdentityView: View {
|
||||||
}
|
}
|
||||||
.frame(maxWidth: .infinity, alignment: .center)
|
.frame(maxWidth: .infinity, alignment: .center)
|
||||||
}
|
}
|
||||||
Section {
|
if let instance = viewModel.instance {
|
||||||
if let instance = viewModel.instance {
|
Section {
|
||||||
KFImage(instance.thumbnail)
|
KFImage(instance.thumbnail)
|
||||||
.placeholder {
|
.placeholder {
|
||||||
ProgressView()
|
ProgressView()
|
||||||
|
|
Loading…
Reference in New Issue