Skip to content

Commit c1b0196

Browse files
committed
Attempting to fix compile error
1 parent 9324d3d commit c1b0196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StikJIT/Views/ProfileView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ struct ProfileView: View {
158158
if let match = entry.bestMatchingProfile {
159159
HStack {
160160
Image(systemName: "clock")
161-
Text(String(format: "Expires: %@"), match.profile.formattedDate)
161+
Text(String(format: "Expires: %@", match.profile.formattedDate))
162162
}
163163
.foregroundStyle(match.profile.dateColor)
164164
.font(.subheadline)

0 commit comments

Comments
 (0)