mirror of
https://github.com/metabolist/metatext.git
synced 2025-06-07 16:48:47 +00:00
Cleanup
This commit is contained in:
parent
5586011eea
commit
36d809fc85
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue