diff --git a/libs/journeys/ui/src/components/StepFooter/ChatButtons/ChatButtons.tsx b/libs/journeys/ui/src/components/StepFooter/ChatButtons/ChatButtons.tsx index 9303c4b93a2..5358945db7a 100644 --- a/libs/journeys/ui/src/components/StepFooter/ChatButtons/ChatButtons.tsx +++ b/libs/journeys/ui/src/components/StepFooter/ChatButtons/ChatButtons.tsx @@ -81,7 +81,6 @@ function Filled(): ReactElement[] { const activeBlock = blockHistory[blockHistory.length - 1] const isWebsite = journey?.website === true - const showDefault = variant === 'admin' && chatButtons?.length === 0 const [chatButtonEventCreate] = useMutation< ChatButtonEventCreate,