Skip to content

Commit

Permalink
Update AnalyzeNetworkWithSubnetworkTraceView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
yo1995 authored Sep 20, 2024
1 parent 80eee62 commit 6372781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ struct AnalyzeNetworkWithSubnetworkTraceView: View {
}
}
}
if selectedAttribute?.domain as? CodedValueDomain != nil {
if selectedAttribute?.domain is CodedValueDomain {
NavigationLink {
valuesView
} label: {
Expand Down

0 comments on commit 6372781

Please sign in to comment.