mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 00:01:00 +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)
|
||||
}
|
||||
Section {
|
||||
if let instance = viewModel.instance {
|
||||
if let instance = viewModel.instance {
|
||||
Section {
|
||||
KFImage(instance.thumbnail)
|
||||
.placeholder {
|
||||
ProgressView()
|
||||
|
|
Loading…
Reference in a new issue