Skip to content

Commit

Permalink
Fixed covered values
Browse files Browse the repository at this point in the history
  • Loading branch information
sladan-hedvig committed Jan 28, 2025
1 parent e542350 commit f07a10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/hCore/Sources/Perils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public struct Perils: Codable, Equatable, Hashable, Sendable {
id = fragment.title
title = fragment.title
description = fragment.description ?? ""
covered = [fragment.coverageText ?? ""]
covered = [fragment.coverageText].compactMap({ $0 })
color = nil
isDisabled = false
}
Expand Down

0 comments on commit f07a10a

Please sign in to comment.