From f34c7cbebef855f7a8db559553add7f1117f318f Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 18 Dec 2020 14:24:52 -0800 Subject: [PATCH] Updated tooltip for close date. --- .../jobs-detail-description.molecule.jsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/jobs-detail-description/jobs-detail-description.molecule.jsx b/src/components/molecules/jobs-detail-description/jobs-detail-description.molecule.jsx index a679ac7..f067785 100644 --- a/src/components/molecules/jobs-detail-description/jobs-detail-description.molecule.jsx +++ b/src/components/molecules/jobs-detail-description/jobs-detail-description.molecule.jsx @@ -1,4 +1,4 @@ -import { Descriptions, PageHeader, Skeleton } from "antd"; +import { Descriptions, PageHeader, Skeleton, Tooltip } from "antd"; import React from "react"; import CurrencyFormatterAtom from "../../atoms/currency-formatter/currency-formatter.atom"; import ErrorResultAtom from "../../atoms/error-result/error-result.atom"; @@ -39,12 +39,20 @@ export default function JobsDetailDescriptionMolecule({ loading, job }) { {job.v_age} - + + + Close Date + + } + > + {job.updated_at}