@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/esm/index.js CHANGED
@@ -15234,7 +15234,7 @@ function isBusiness$1(obj) {
15234
15234
  }
15235
15235
 
15236
15236
  const MemberItem = ({ name, memberId, navigate }) => {
15237
- const url = `/a/contacts/contacts/${memberId}`;
15237
+ const url = `/a/conversations/conversations&conversationId=${memberId}`;
15238
15238
  const handleNavigation = (event) => {
15239
15239
  event.preventDefault();
15240
15240
  event.stopPropagation();