More UI Fixes & Print Center IO-587
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Button, List, Typography } from "antd";
|
||||
import { Button, List, PageHeader } from "antd";
|
||||
import React, { useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { connect } from "react-redux";
|
||||
@@ -33,9 +33,7 @@ export function PrintCenterSpeedPrint({ bodyshop, jobId }) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Typography.Title level={2}>
|
||||
{t("printcenter.labels.speedprint")}
|
||||
</Typography.Title>
|
||||
<PageHeader title={t("printcenter.labels.speedprint")} />
|
||||
|
||||
<List
|
||||
itemLayout="horizontal"
|
||||
|
||||
Reference in New Issue
Block a user