diff --git a/src/components/FormElements/DatePicker/DatePicker.tsx b/src/components/FormElements/DatePicker/DatePicker.tsx index a03aeba..5960f04 100644 --- a/src/components/FormElements/DatePicker/DatePicker.tsx +++ b/src/components/FormElements/DatePicker/DatePicker.tsx @@ -74,7 +74,9 @@ const DatePicker = ({ maxDate={maxDate} onlyMonthPicker={onlyMonthPicker} plugins={ - timePicker ? [] : [] + timePicker + ? [] + : [] } onlyYearPicker={onlyYearPicker} multiple={multiple} diff --git a/src/components/Tables/companies/index.tsx b/src/components/Tables/companies/index.tsx index e2261a7..4eb687d 100644 --- a/src/components/Tables/companies/index.tsx +++ b/src/components/Tables/companies/index.tsx @@ -1,7 +1,11 @@ "use client"; -import { ExclamationIcon, PencilSquareIcon, TrashIcon } from "@/assets/icons"; +import { + ExclamationIcon, + EyeIcon, + PencilSquareIcon, + TrashIcon, +} from "@/assets/icons"; import ConfirmationModal from "@/components/ui/ConfirmationModal"; -import { _TooltipDefaultParams } from "@/constants/tooltip"; import { Table, TableBody, @@ -11,6 +15,7 @@ import { TableRow, } from "@/components/ui/table"; import TableSkeleton from "@/components/ui/TableSkeleton"; +import { _TooltipDefaultParams } from "@/constants/tooltip"; import { formatPhoneNumber } from "@/utils/shared"; import Link from "next/link"; import { Tooltip } from "react-tooltip"; @@ -116,6 +121,17 @@ const CompaniesTable = ({}: IProps) => { Edit Company +