Skip to content

Commit

Permalink
Fix bug on hotlinking video
Browse files Browse the repository at this point in the history
  • Loading branch information
ask-42 committed Jul 20, 2019
1 parent a363214 commit 55011d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/user/video_show.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class VideoShow extends React.Component{
/>
<If
When={owner && this.props.video}
Then={<Link to={`/${username}/videos/${this.props.video.id}/edit`}>Edit Video</Link>}
Then={()=><Link to={`/${username}/videos/${this.props.video.id}/edit`}>Edit Video</Link>}
/>
</div>
<div className="video-info">
Expand Down

0 comments on commit 55011d7

Please sign in to comment.