Added payment list to jobs BOD-146
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Button, Popover } from "antd";
|
||||
import React from "react";
|
||||
import { Popover, Button, Progress } from "antd";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { Link } from "react-router-dom";
|
||||
import CurrencyFormatter from "../../utils/CurrencyFormatter";
|
||||
import PhoneFormatter from "../../utils/PhoneFormatter";
|
||||
import { Link } from "react-router-dom";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import DataLabel from "../data-label/data-label.component";
|
||||
|
||||
export default function ScheduleEventComponent({ event, handleCancel }) {
|
||||
|
||||
Reference in New Issue
Block a user