remove unnecessary link

This commit is contained in:
jinhojang6 2020-02-17 00:11:43 +09:00
parent 68aabeff97
commit 02c3814f7a
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
1 changed files with 0 additions and 2 deletions

View File

@ -45,9 +45,7 @@ class NowPlaying extends Component {
</div>
<div className='NowPlaying-info'>
<Link to={`/podcast/${podcast.replace(/ /g, '_')}`}>
<h4>{podcast}</h4>
</Link>
</div>