diff --git a/src/app/components/message/layout/Bubble.tsx b/src/app/components/message/layout/Bubble.tsx index 744ee155..2753e8f5 100644 --- a/src/app/components/message/layout/Bubble.tsx +++ b/src/app/components/message/layout/Bubble.tsx @@ -38,18 +38,21 @@ export const BubbleLayout = as<'div', BubbleLayoutProps>( {before} - - {!hideBubble && before ? : null} + {header} - {children} + + + {!hideBubble && before ? : null} + {children} + + )