UserSessionsOverview: Add text headers to other sessions section.

This commit is contained in:
SBiOSoftWhare
2022-09-05 12:09:26 +02:00
parent 7f11c52ad0
commit 98c272a86c
2 changed files with 27 additions and 9 deletions
@@ -101,9 +101,7 @@ struct UserSessionListItem: View {
dateFormatter.timeStyle = .short
dateFormatter.doesRelativeDateFormatting = true
let dateString = dateFormatter.string(from: date)
return dateString
return dateFormatter.string(from: date)
}
}