feat: ✨ Add first name for support bubble
This commit is contained in:
@ -167,6 +167,10 @@ export const TypebotContext = ({
|
||||
new Date(typebot.updatedAt) >
|
||||
new Date(currentTypebotRef.current.updatedAt)
|
||||
) {
|
||||
console.log(
|
||||
new Date(typebot.updatedAt),
|
||||
new Date(currentTypebotRef.current.updatedAt)
|
||||
)
|
||||
setLocalTypebot({ ...typebot })
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user