Commit a60d6c31 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent ab622288
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
> >
<Tooltip <Tooltip
content={marked.parse( content={marked.parse(
sanitizeResponseContent(models[selectedModelIdx]?.info?.meta?.description) sanitizeResponseContent(models[selectedModelIdx]?.info?.meta?.description ?? '')
)} )}
placement="right" placement="right"
> >
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment