mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-05 10:08:52 +01:00
fix: add optional chaining to prevent runtime errors in various components
This commit is contained in:
parent
670f9b8daf
commit
bd3f5f1e77
5 changed files with 5 additions and 5 deletions
|
|
@ -63,7 +63,6 @@ export default function EndpointIcon({
|
|||
isCreatedByUser={false}
|
||||
chatGptLabel={undefined}
|
||||
modelLabel={undefined}
|
||||
jailbreak={undefined}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue