fix: ts error when declar var in case (#2348)
Signed-off-by: James <james@jan.ai> Co-authored-by: James <james@jan.ai>
This commit is contained in:
parent
03a0978f53
commit
d9c3852997
@ -178,9 +178,10 @@ type EngineBadgeProps = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const EngineBadge: React.FC<EngineBadgeProps> = ({ engine }) => {
|
const EngineBadge: React.FC<EngineBadgeProps> = ({ engine }) => {
|
||||||
|
const title = 'TensorRT-LLM'
|
||||||
|
|
||||||
switch (engine) {
|
switch (engine) {
|
||||||
case 'nitro-tensorrt-llm':
|
case 'nitro-tensorrt-llm':
|
||||||
const title = 'TensorRT-LLM'
|
|
||||||
return (
|
return (
|
||||||
<Badge themes="primary" className="line-clamp-1" title={title}>
|
<Badge themes="primary" className="line-clamp-1" title={title}>
|
||||||
{title}
|
{title}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user