diff --git a/frontend/src/component/feature/feature-list-item-component.jsx b/frontend/src/component/feature/feature-list-item-component.jsx index 28b11c79aa..61f8f4440f 100644 --- a/frontend/src/component/feature/feature-list-item-component.jsx +++ b/frontend/src/component/feature/feature-list-item-component.jsx @@ -31,9 +31,9 @@ const Feature = ({ }; return ( -
  • +
  • -
    +
    { isStale ? - {shorten(name, 50)} {shorten(description, 30) || ''} + {shorten(name, 75)} {shorten(description, 75) || ''} + {strategies && strategies.map((s, i) => {s.name}