remove empty space

This commit is contained in:
Daniel Ternyak 2019-02-18 12:12:25 -06:00
parent 6183420a9d
commit 00b4a2fbc8
No known key found for this signature in database
GPG Key ID: DF212D2DC5D0E245
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ class RFPDetail extends React.Component<Props> {
<h1 className="RFPDetail-title">{rfp.title}</h1>
<div className="RFPDetail-tags">{tags}</div>
<p className="RFPDetail-brief">{rfp.brief}</p>
<Markdown className="RFPDetail-content" source={rfp.content} />