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.cjs
CHANGED
@@ -4979,7 +4979,7 @@ const ForwardRef$1 = /*#__PURE__*/ React__namespace.forwardRef(LinkSlashIcon);
|
|
4979
4979
|
|
4980
4980
|
function LinkedItemsHeaderView({ item, unlinkCallback, loading, unlinkPermission, }) {
|
4981
4981
|
const appState = useAppState();
|
4982
|
-
const avatar =
|
4982
|
+
const avatar = appState.assetsApi.url + item.image;
|
4983
4983
|
const title = item.name;
|
4984
4984
|
const subtitle = item.subname;
|
4985
4985
|
React.useEffect(() => { }, [item]);
|