Showing 1 changed files with 1 additions and 1 deletions
+1 -1
HealthProbe/Services/Protocols/HealthArchiveStore.swift
@@ -315,7 +315,7 @@ struct ArchivedHealthRecord: Identifiable, Equatable, Sendable, Encodable {
315 315
     let deviceName: String?
316 316
 
317 317
     // Display helper
318
-    var displayValue: String? {
318
+    nonisolated var displayValue: String? {
319 319
         if let value, let unit {
320 320
             return "\(String(format: "%.1f", value)) \(unit)"
321 321
         }