-
-
{props.item.data.Name}
-
-
-
-
-
+
+
);
};
diff --git a/frontend/src/pages/entity/index.tsx b/frontend/src/pages/entity/index.tsx
index aa920e0..b3c125b 100644
--- a/frontend/src/pages/entity/index.tsx
+++ b/frontend/src/pages/entity/index.tsx
@@ -1,5 +1,5 @@
import { ImageComponent } from "@components/image";
-import { ConcreteItemModal } from "@components/item-modal/ItemModal";
+import { ItemModal } from "@components/item-modal/ItemModal";
import { useSearchImageContext } from "@contexts/SearchImageContext";
import { useParams } from "@solidjs/router";
import { Component, For, Show } from "solid-js";
@@ -19,10 +19,19 @@ export const Entity: Component = () => {
>
{(e) => (
-
-
- {(imageId) => }
-
+
+
+
+ {(imageId) => (
+ <>
+
+
+
+
+ >
+ )}
+
+
)}