Skip to content

Commit 1319346

Browse files
committed
chore: optimize for toggled
1 parent 08413b7 commit 1319346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/viewer/src/components/Traits/Related.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<SourceIcon
111111
value={trait?.asserted}
112112
redundant={
113-
showRedundancy &&
113+
showRedundancy && trait?.asserted &&
114114
checkIfRedundant(space, property, $theorems, $traits)
115115
.redundant}
116116
icon="user"

0 commit comments

Comments
 (0)