Added breadcrumb object + breadcrumbs for major pages.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { Col, List, Row } from "antd";
|
||||
import React from "react";
|
||||
import { List, Row, Col } from "antd";
|
||||
import { useTranslation } from "react-i18next";
|
||||
export default function JobsTotalsTableComponent({ totals }) {
|
||||
const { t } = useTranslation();
|
||||
//const { t } = useTranslation();
|
||||
if (!!!totals) return null;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user