diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..1f72bd6 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index 59a71d2..017a7cb 100644 --- a/public/index.html +++ b/public/index.html @@ -2,46 +2,22 @@ - - - - - - - - - - - - - React App + + + + + + + + + + + Pena Hub - -
- - + +
\ No newline at end of file diff --git a/src/pages/History/index.tsx b/src/pages/History/index.tsx index 2eec7f7..2084b0c 100644 --- a/src/pages/History/index.tsx +++ b/src/pages/History/index.tsx @@ -18,7 +18,8 @@ import EmailIcon from '@mui/icons-material/Email'; import {enqueueSnackbar} from "notistack" import { makeRequest } from "@frontend/kitui" -const subPages = ["Платежи", "Покупки тарифов", "Окончания тарифов"] +const subPages = ["Платежи"] +// const subPages = ["Платежи", "Покупки тарифов", "Окончания тарифов"] export default function History() { const [selectedItem, setSelectedItem] = useState(0) @@ -93,6 +94,7 @@ export default function History() { } onError={handleComponentError} > + {historyData?.length === 0 && Нет данных} {historyData?.filter((e) => { e.createdAt = extractDateFromString(e.createdAt) return(!e.isDeleted && e.key === "payCart" && Array.isArray(e.rawDetails[0].Value)