We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978af54 commit 41e0dc2Copy full SHA for 41e0dc2
extensions/ql-vscode/src/view/results/result-tables.tsx
@@ -79,7 +79,7 @@ function renderResultCountString(resultSet: ResultSet): JSX.Element {
79
}
80
81
function getInterpretedTableName(interpretation: Interpretation): string {
82
- return interpretation?.data.t === "GraphInterpretationData"
+ return interpretation.data.t === "GraphInterpretationData"
83
? GRAPH_TABLE_NAME
84
: ALERTS_TABLE_NAME;
85
0 commit comments