🐛 Fix misc bugs

This commit is contained in:
Baptiste Arnaud
2023-01-27 09:50:36 +01:00
parent 8e0043d51d
commit a738897dbb
4 changed files with 3 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ export const AnalyticsGraphContainer = ({ stats }: { stats?: Stats }) => {
typebot={publishedTypebot}
onUnlockProPlanClick={onOpen}
answersCounts={
answersCounts
answersCounts[0]
? [
{ ...answersCounts[0], totalAnswers: stats?.totalStarts },
...answersCounts.slice(1),