Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peterszerzo committed Mar 27, 2024
1 parent bc13701 commit e32e1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/chat-widget/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ export const Widget = forwardRef<WidgetRef, Props>((props, ref) => {
<C.TitleIcon src={props.titleBar.logo} />
)}
<C.Title>{props.titleBar.title}</C.Title>
{/* eslint-disable-next-line @typescript-eslint/strict-boolean-expressions */}
{props.titleBar.withCollapseButton ? (
<C.TitleBarButton
title="Close"
Expand Down

0 comments on commit e32e1b6

Please sign in to comment.