Skip to content

Commit b375e4b

Browse files
committed
simplify
1 parent a9393b4 commit b375e4b

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/amazonq/webview/ui/quickActions

1 file changed

+1
-1
lines changed

packages/core/src/amazonq/webview/ui/quickActions/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export class QuickActionHandler {
344344
}
345345

346346
private handleClearCommand(tabID: string) {
347-
this.mynahUI.updateStore(tabID, {
347+
this.mynahUI?.updateStore(tabID, {
348348
chatItems: [],
349349
})
350350
this.connector.clearChat(tabID)

0 commit comments

Comments
 (0)