Merge branch 'master' of github.com:KevinMidboe/seasonedShows
This commit is contained in:
@@ -52,7 +52,11 @@ class MovieObject {
|
|||||||
style={movieStyle.requestButton}><span>+ Request</span></button>;
|
style={movieStyle.requestButton}><span>+ Request</span></button>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.type === 'movie')
|
||||||
var themoviedbLink = 'https://www.themoviedb.org/movie/' + this.id
|
var themoviedbLink = 'https://www.themoviedb.org/movie/' + this.id
|
||||||
|
else if (this.type === 'show')
|
||||||
|
var themoviedbLink = 'https://www.themoviedb.org/tv/' + this.id
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user