fix: add optional chaining to prevent runtime errors in various components

This commit is contained in:
Danny Avila 2025-04-27 01:40:49 -04:00
parent 670f9b8daf
commit bd3f5f1e77
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
5 changed files with 5 additions and 5 deletions

View file

@ -63,7 +63,6 @@ export default function EndpointIcon({
isCreatedByUser={false}
chatGptLabel={undefined}
modelLabel={undefined}
jailbreak={undefined}
/>
);
}