2
0

💄 Adapt openAI logo to dark mode

This commit is contained in:
Baptiste Arnaud
2023-04-13 18:08:04 +02:00
parent 27f10159ef
commit 868b5b8370
3 changed files with 4 additions and 2 deletions

View File

@ -152,7 +152,6 @@ export const getChatsLimit = ({
plan === Plan.STARTER || plan === Plan.PRO
? chatsLimit[plan].graduatedPrice[additionalChatsIndex].totalIncluded
: chatsLimit[plan].totalIncluded
if (totalIncluded === infinity) return infinity
return totalIncluded
}