lower title removed
This commit is contained in:
parent
a8c6b3bb52
commit
5d650ea9ee
|
|
@ -81,14 +81,6 @@ const Post = () => {
|
|||
/>
|
||||
</div>
|
||||
|
||||
<div className="post__content__block">
|
||||
<h4>Summary</h4>
|
||||
<textarea
|
||||
readOnly
|
||||
rows={5}
|
||||
value={postData ? postData.summary : ""}
|
||||
></textarea>
|
||||
</div>
|
||||
<a
|
||||
className="post__content__btn"
|
||||
href={postData ? postData.link : ""}
|
||||
|
|
|
|||
Loading…
Reference in New Issue