feat(ocp): create and book in plus dyco controller implemented
This commit is contained in:
@@ -73,7 +73,7 @@ export default function LabelLog() {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
const labelData = data ? data : [];
|
||||
return (
|
||||
<LstCard className="m-2 p-2 min-h-2/5">
|
||||
<p className="text-center">Labels for the last 2 hours</p>
|
||||
@@ -113,7 +113,7 @@ export default function LabelLog() {
|
||||
</>
|
||||
) : (
|
||||
<TableBody>
|
||||
{data?.map((label: any) => (
|
||||
{labelData.map((label: any) => (
|
||||
<TableRow key={label.runningNr}>
|
||||
<TableCell className="font-medium">
|
||||
{label.line}
|
||||
|
||||
Reference in New Issue
Block a user