Skip to content

Commit 235ccb1

Browse files
committedMay 14, 2024
fix: Lint
1 parent 2e38f81 commit 235ccb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/UI/components/single/Chat.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export function MessageComponent(
198198
{type === 'roleplay' ?
199199
(
200200
<>
201-
<span style={{ backgroundColor: userColor(user), width:".35em", height:".35em", verticalAlign:"middle" }} className='mr-1 align-center inline-block rounded-full m-auto'>
201+
<span style={{ backgroundColor: userColor(user), width: '.35em', height: '.35em', verticalAlign: 'middle' }} className='mr-1 align-center inline-block rounded-full m-auto'>
202202
</span>
203203
<Username
204204
user={user}

0 commit comments

Comments
 (0)