Skip to content

Commit

Permalink
fix(Profile): change extend target with value
Browse files Browse the repository at this point in the history
  • Loading branch information
NarekArshakyan committed Feb 26, 2024
1 parent ae9f4c8 commit fe9664c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/molecules/Profile/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ function Profile(props) {
contentRef={outsideClickRef}
align="end"
isOpen={menuVisibleState}
extendTargetWidth={!customAvatar}
extendTargetWidth={false}
padding={padding}
className={classnames('profile-module-popover', { [popoverClassName]: !!popoverClassName })}
{...dynamicPropsContainerParent}
Expand Down

0 comments on commit fe9664c

Please sign in to comment.