diff --git a/libs/chat/package.json b/libs/chat/package.json
index 2bf82b204..d7f02ec09 100644
--- a/libs/chat/package.json
+++ b/libs/chat/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngaf/chat",
- "version": "0.0.15",
+ "version": "0.0.16",
"exports": {
".": {
"types": "./index.d.ts",
diff --git a/libs/chat/src/lib/compositions/chat/chat.component.ts b/libs/chat/src/lib/compositions/chat/chat.component.ts
index aad960615..b802487f2 100644
--- a/libs/chat/src/lib/compositions/chat/chat.component.ts
+++ b/libs/chat/src/lib/compositions/chat/chat.component.ts
@@ -96,6 +96,9 @@ import type { ChatRenderEvent } from './chat-render-event';
@if (showWelcome()) {