chore: lint fix

This commit is contained in:
Louis 2025-02-18 18:18:38 +07:00
parent 133af33014
commit 7d5aa46eef
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
2 changed files with 3 additions and 6 deletions

View File

@ -131,10 +131,10 @@ const ModelPage = ({ model, onGoBack }: Props) => {
</th> </th>
{model.type !== 'cloud' && ( {model.type !== 'cloud' && (
<> <>
<th className="max-w-32 hidden px-6 py-3 text-left text-sm font-semibold sm:table-cell"> <th className="hidden max-w-32 px-6 py-3 text-left text-sm font-semibold sm:table-cell">
Format Format
</th> </th>
<th className="max-w-32 hidden px-6 py-3 text-left text-sm font-semibold sm:table-cell"> <th className="hidden max-w-32 px-6 py-3 text-left text-sm font-semibold sm:table-cell">
Size Size
</th> </th>
</> </>

View File

@ -167,10 +167,7 @@ const MessageContainer: React.FC<
status={props.status} status={props.status}
/> />
)} )}
<MarkdownTextMessage <MarkdownTextMessage text={textSegment} isUser={isUser} />
text={textSegment}
isUser={isUser}
/>
</div> </div>
)} )}
</> </>