chore: lint fix
This commit is contained in:
parent
133af33014
commit
7d5aa46eef
@ -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>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@ -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>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user