mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 18:21:00 +00:00
Fix edit / add description label
This commit is contained in:
parent
89db71c114
commit
ca9ce92053
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ struct StatusEditorMediaView: View {
|
|||
Button {
|
||||
editingContainer = container
|
||||
} label: {
|
||||
Label(editingContainer?.mediaAttachement?.description?.isEmpty == false ?
|
||||
Label(container.mediaAttachement?.description?.isEmpty == false ?
|
||||
"Edit description" : "Add description",
|
||||
systemImage: "pencil.line")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue