File tree Expand file tree Collapse file tree
packages/component/src/Activity Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ const StackedLayoutRoot = memo(
4040 className = { cx ( 'webchat__stacked-layout' , classNames [ 'stacked-layout' ] , {
4141 [ classNames [ 'stacked-layout--from-user' ] ] : fromUser ,
4242 [ classNames [ 'stacked-layout--extra-trailing' ] ] : extraTrailing ,
43- [ classNames [ 'stacked-layout--hide-avatar' ] ] : hideAvatar && ! showAvatar ,
43+ [ classNames [ 'stacked-layout--hide-avatar' ] ] : hideAvatar ,
4444 [ classNames [ 'stacked-layout--hide-nub' ] ] : hideNub ,
4545 [ classNames [ 'stacked-layout--group' ] ] : isGroup ,
46- [ classNames [ 'stacked-layout--no-message' ] ] : ! noMessage ,
46+ [ classNames [ 'stacked-layout--no-message' ] ] : noMessage ,
4747 [ classNames [ 'stacked-layout--show-avatar' ] ] : showAvatar ,
4848 [ classNames [ 'stacked-layout--show-nub' ] ] : showNub ,
4949 [ classNames [ 'stacked-layout--top-callout' ] ] : topCallout
You can’t perform that action at this time.
0 commit comments