diff --git a/client/src/components/bills-list-table/bills-list-table.component.jsx b/client/src/components/bills-list-table/bills-list-table.component.jsx index 8d7d7bde4..28515bc13 100644 --- a/client/src/components/bills-list-table/bills-list-table.component.jsx +++ b/client/src/components/bills-list-table/bills-list-table.component.jsx @@ -1,4 +1,4 @@ -import { EyeFilled, SyncOutlined } from "@ant-design/icons"; +import { EditFilled, SyncOutlined } from "@ant-design/icons"; import { Button, Card, Checkbox, Input, Space, Table } from "antd"; import React, { useState } from "react"; import { useTranslation } from "react-i18next"; @@ -47,7 +47,7 @@ export function BillsListTableComponent({ {showView && ( )} diff --git a/client/src/components/job-detail-lines/job-lines.component.jsx b/client/src/components/job-detail-lines/job-lines.component.jsx index bb85343a8..346741d47 100644 --- a/client/src/components/job-detail-lines/job-lines.component.jsx +++ b/client/src/components/job-detail-lines/job-lines.component.jsx @@ -3,6 +3,7 @@ import { FilterFilled, SyncOutlined, WarningFilled, + EditFilled, } from "@ant-design/icons"; import { useMutation } from "@apollo/client"; import { @@ -286,7 +287,7 @@ export function JobLinesComponent({ }); }} > - {t("general.actions.edit")} + - {t("general.actions.edit")} + )} {!techConsole && ( @@ -216,7 +217,7 @@ export function TimeTicketList({ : !record.jobid } > - {t("general.actions.edit")} + )}