Skip to content

Commit 27e36a5

Browse files
committed
Merge branch 'anun/chat-gen' of github.com:CS3219-AY2425S1/cs3219-ay2425s1-project-g16 into anun/chat-gen
2 parents e09bbf2 + dec7c26 commit 27e36a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/src/components/blocks/interview/chat/chat-layout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ export const ChatLayout = ({
153153
))}
154154
{isLoading && (
155155
<div className='mb-4 flex justify-start'>
156-
<div className='rounded-lg bg-gray-50 px-4 py-2'>
157-
<Loader2 className='size-5 animate-spin text-gray-500' />
158-
</div>
156+
<Loader2 className='size-5 animate-spin text-gray-500' />
159157
</div>
160158
)}
161159
{error && (

0 commit comments

Comments
 (0)