@trii/components 2.0.44 → 2.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -15254,7 +15254,7 @@ function isBusiness$1(obj) {
15254
15254
  }
15255
15255
 
15256
15256
  const MemberItem = ({ name, memberId, navigate }) => {
15257
- const url = `/a/contacts/contacts/${memberId}`;
15257
+ const url = `/a/conversations/conversations&conversationId=${memberId}`;
15258
15258
  const handleNavigation = (event) => {
15259
15259
  event.preventDefault();
15260
15260
  event.stopPropagation();