diff --git a/src/components/EntityList.jsx b/src/components/EntityList.jsx index f6d15dc..e122eb6 100644 --- a/src/components/EntityList.jsx +++ b/src/components/EntityList.jsx @@ -4,7 +4,7 @@ import "./EntityList.scss" const EntityItem = (props) => { return ( -
  • +
  • {props.cover &&
    @@ -26,7 +26,7 @@ export const EntityList = (props) => { const className = props.grid ? "grid" : "column"; return ( -