From 304b9ff5bcbf9d7535a423902f0239400f179b4d Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Wed, 19 Feb 2025 18:08:15 -0500 Subject: [PATCH] Lint fixes --- packages/host/app/components/ai-assistant/panel.gts | 12 +++++++----- packages/host/app/components/matrix/room.gts | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/packages/host/app/components/ai-assistant/panel.gts b/packages/host/app/components/ai-assistant/panel.gts index 749eb4d589..cd976da5b5 100644 --- a/packages/host/app/components/ai-assistant/panel.gts +++ b/packages/host/app/components/ai-assistant/panel.gts @@ -189,11 +189,13 @@ export default class AiAssistantPanel extends Component { {{else if this.isReady}} {{! below if statement is covered in 'isReady' check above but added due to glint not realizing it }} {{#if this.roomResource}} - + {{#if this.matrixService.currentRoomId}} + + {{/if}} {{/if}} {{else}}