We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9324d3d commit c1b0196Copy full SHA for c1b0196
1 file changed
StikJIT/Views/ProfileView.swift
@@ -158,7 +158,7 @@ struct ProfileView: View {
158
if let match = entry.bestMatchingProfile {
159
HStack {
160
Image(systemName: "clock")
161
- Text(String(format: "Expires: %@"), match.profile.formattedDate)
+ Text(String(format: "Expires: %@", match.profile.formattedDate))
162
}
163
.foregroundStyle(match.profile.dateColor)
164
.font(.subheadline)
0 commit comments