@pubuduth-aplicy/chat-ui 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pubuduth-aplicy/chat-ui",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -334,7 +334,8 @@ const Conversations = () => {
334
334
 
335
335
  {activeTab === "service" &&
336
336
  Object.entries(filteredGroupedServiceChats).length > 0 && (
337
- <div className="p-2 h-[400px]">
337
+ <div className="p-2"
338
+ style={{height:'400px'}}>
338
339
  {Object.entries(filteredGroupedServiceChats).map(
339
340
  ([
340
341
  serviceId,