Browse Source

Minor refactor

translations_damus-localizations-en-us-xcloc-localized-contents-en-us-xliff--master_es_419
William Casarin 2 years ago
parent
commit
18c7cba53c
  1. 4
      damus/Views/NoteContentView.swift

4
damus/Views/NoteContentView.swift

@ -91,8 +91,8 @@ struct NoteContentView: View {
InvoicesView(invoices: artifacts.invoices)
}
if show_images, self.preview != nil {
self.preview
if let preview = self.preview, show_images {
preview
} else {
ForEach(artifacts.links, id:\.self) { link in
if let url = link {

Loading…
Cancel
Save