Skip to content

Commit

Permalink
Make sure the contact addresses are fully linked
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Oct 19, 2024
1 parent c673dd7 commit e36fe00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/ServerDetails.swift
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ struct ServerDetails: View {
result.append(
EntryData(
title: "\(title):",
description: addresses.joined(separator: "\n\n"),
description: addresses.map{"[\($0)](\($0))"}.joined(separator: "\n\n"),
status: .normal
)
)
Expand Down

0 comments on commit e36fe00

Please sign in to comment.