Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nim-od committed Aug 21, 2024
1 parent 3bbe790 commit 98f745a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/user/src/components/event/chatting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function RealTimeChatting({
<Notice>{notice.content}</Notice>
<div
ref={chatListRef}
className="h-[1000px] w-full overflow-y-auto rounded-[10px] bg-neutral-800 py-10 mt-5"
className="mt-5 h-[1000px] w-full overflow-y-auto rounded-[10px] bg-neutral-800 py-10"
>
<ChatList>
{messages.map((message) => (
Expand Down

0 comments on commit 98f745a

Please sign in to comment.