diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index f5b917c1..38a2d0ae 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -2,7 +2,7 @@ # Flask Flask==1.0.2 -MarkupSafe==1.0 +MarkupSafe==1.1.1 Werkzeug==0.15.3 Jinja2==2.10.1 itsdangerous==0.24 diff --git a/frontend/client/components/RFP/index.tsx b/frontend/client/components/RFP/index.tsx index a04407a6..4ad3f1c4 100644 --- a/frontend/client/components/RFP/index.tsx +++ b/frontend/client/components/RFP/index.tsx @@ -2,7 +2,7 @@ import React from 'react'; import moment from 'moment'; import { connect } from 'react-redux'; import { Link } from 'react-router-dom'; -import { Icon, Button, Affix, Tag } from 'antd'; +import { Icon, Tag } from 'antd'; import ExceptionPage from 'components/ExceptionPage'; import { fetchRfp } from 'modules/rfps/actions'; import { getRfp } from 'modules/rfps/selectors'; @@ -153,27 +153,6 @@ export class RFPDetail extends React.Component { ))} )} - - {isLive && ( - null - //
- // - //
- // Ready to take on this request?{' '} - // - // - // - //
- //
- //
- )} ); }