diff --git a/frontend/client/components/Proposal/RFPBlock/index.tsx b/frontend/client/components/Proposal/RFPBlock/index.tsx index c876fbe4..c7335915 100644 --- a/frontend/client/components/Proposal/RFPBlock/index.tsx +++ b/frontend/client/components/Proposal/RFPBlock/index.tsx @@ -1,6 +1,5 @@ import React from 'react'; import { Link } from 'react-router-dom'; -import Ellipsis from 'ant-design-pro/lib/Ellipsis'; import { RFP } from 'types'; import './index.less'; @@ -15,9 +14,7 @@ const RFPBlock: React.SFC = ({ rfp }) => {

{rfp.title}

- - {rfp.brief} - +
{rfp.brief}