chore: lint fix
This commit is contained in:
parent
133af33014
commit
7d5aa46eef
@ -131,10 +131,10 @@ const ModelPage = ({ model, onGoBack }: Props) => {
|
||||
</th>
|
||||
{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
|
||||
</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
|
||||
</th>
|
||||
</>
|
||||
|
||||
@ -167,10 +167,7 @@ const MessageContainer: React.FC<
|
||||
status={props.status}
|
||||
/>
|
||||
)}
|
||||
<MarkdownTextMessage
|
||||
text={textSegment}
|
||||
isUser={isUser}
|
||||
/>
|
||||
<MarkdownTextMessage text={textSegment} isUser={isUser} />
|
||||
</div>
|
||||
)}
|
||||
</>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user