We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e44587 commit db0ccc5Copy full SHA for db0ccc5
packages/web/app/src/components/target/insights/Filters.tsx
@@ -121,7 +121,7 @@ function OperationsFilter({
121
style={style}
122
key={operation.id}
123
operationStats={operation}
124
- clientOperationStats={clientFilteredOperations === null ? false : clientOpStats}
+ clientOperationStats={clientFilteredOperations == null ? false : clientOpStats}
125
selected={selectedItems.includes(operation.operationHash || '')}
126
onSelect={onSelect}
127
/>
0 commit comments