diff --git a/client/src/components/production-board-kanban-card/production-board-kanban-card.component.jsx b/client/src/components/production-board-kanban-card/production-board-kanban-card.component.jsx index 168492abd..68f15e79c 100644 --- a/client/src/components/production-board-kanban-card/production-board-kanban-card.component.jsx +++ b/client/src/components/production-board-kanban-card/production-board-kanban-card.component.jsx @@ -61,20 +61,22 @@ export default function ProductionBoardCard( )} - {card.ro_number || t("general.labels.na")} + + {card.ro_number || t("general.labels.na")} + } extra={ - technician ? ( - - - - ) : ( - - - - ) + + + } > diff --git a/client/src/components/production-board-kanban/production-board-kanban.component.jsx b/client/src/components/production-board-kanban/production-board-kanban.component.jsx index 735a761d6..99fee8a7e 100644 --- a/client/src/components/production-board-kanban/production-board-kanban.component.jsx +++ b/client/src/components/production-board-kanban/production-board-kanban.component.jsx @@ -20,6 +20,7 @@ import { insertAuditTrail } from "../../redux/application/application.actions"; import AuditTrailMapping from "../../utils/AuditTrailMappings"; import ProductionBoardKanbanCardSettings from "./production-board-kanban.card-settings.component"; import styled from "styled-components"; +import ProductionListDetailComponent from "../production-list-detail/production-list-detail.component"; const mapStateToProps = createStructuredSelector({ bodyshop: selectBodyshop, @@ -215,7 +216,7 @@ export function ProductionBoardKanbanComponent({ } /> - +