return cards.map((card) => {
      if (_.has(card, "description")) {
        return (
          <MomentCard
            key={card.id}