Spaces:
Running
Running
Commit
·
a665cd2
1
Parent(s):
d1894ba
fix type2
Browse files- app/share/[id]/page.tsx +1 -1
app/share/[id]/page.tsx
CHANGED
|
@@ -41,7 +41,7 @@ export default async function SharePage({ params }: SharePageProps) {
|
|
| 41 |
</div>
|
| 42 |
</div>
|
| 43 |
</div>
|
| 44 |
-
<ChatList messages={chat.messages} isLoading={false} />
|
| 45 |
</div>
|
| 46 |
</>
|
| 47 |
);
|
|
|
|
| 41 |
</div>
|
| 42 |
</div>
|
| 43 |
</div>
|
| 44 |
+
{/* <ChatList messages={chat.messages} isLoading={false} /> */}
|
| 45 |
</div>
|
| 46 |
</>
|
| 47 |
);
|