Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/components/core/chatter/SolidChatterHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,12 @@ export const SolidChatterHeader = (props: Props) => {
return (
<div className={`${styles.chatterTitle} ${title ? styles.chatterTitleWithLabel : ''} solid-list-toolbar`}>
<div className='flex justify-between items-center solid-list-toolbar-row'>
<p className="m-0 view-title solid-text-wrapper form-wrapper-title">
{title || ''}
</p>
<div className='flex items-center solid-header-buttons-wrapper'>
{title &&
(<p className="m-0 view-title solid-text-wrapper form-wrapper-title">
{title}
</p>
)}
<div className='flex items-center ml-auto solid-header-buttons-wrapper'>
{/* <Button
label="Send Message"
size="small"
Expand Down