chore: format

This commit is contained in:
Lluis Agusti
2026-02-18 20:34:48 +08:00
parent 7bfc5140b0
commit 23eda10cb1

View File

@@ -169,7 +169,10 @@ export const ChatMessagesContainer = ({
<ConversationContent className="flex flex-1 flex-col gap-6 px-3 py-6">
{headerSlot}
{isLoading && messages.length === 0 && (
<div className="flex flex-1 items-center justify-center" style={{ minHeight: "calc(100vh - 12rem)" }}>
<div
className="flex flex-1 items-center justify-center"
style={{ minHeight: "calc(100vh - 12rem)" }}
>
<LoadingSpinner className="text-neutral-600" />
</div>
)}