utopia-ui 3.0.67 → 3.0.68
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/index.esm.js
CHANGED
@@ -4959,7 +4959,7 @@ const ForwardRef$1 = /*#__PURE__*/ React.forwardRef(LinkSlashIcon);
|
|
4959
4959
|
|
4960
4960
|
function LinkedItemsHeaderView({ item, unlinkCallback, loading, unlinkPermission, }) {
|
4961
4961
|
const appState = useAppState();
|
4962
|
-
const avatar =
|
4962
|
+
const avatar = appState.assetsApi.url + item.image;
|
4963
4963
|
const title = item.name;
|
4964
4964
|
const subtitle = item.subname;
|
4965
4965
|
useEffect(() => { }, [item]);
|