Skip to content

Commit c5a8817

Browse files
committed
chore: fix check
1 parent 9780de4 commit c5a8817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-connections/src/stores/connections-store-redux.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ const connectionAttemptError = (
12861286
onDebugClick:
12871287
compassAssistant.interpretConnectionError && connectionInfo
12881288
? () => {
1289-
compassAssistant.interpretConnectionError({
1289+
compassAssistant.interpretConnectionError?.({
12901290
connectionInfo,
12911291
error: err,
12921292
});

0 commit comments

Comments
 (0)