Skip to content

Commit 7975c93

Browse files
committed
Undo previous change of returning null element when no videos
1 parent 48529f4 commit 7975c93

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/App.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,6 @@ class App extends React.Component {
318318

319319
render() {
320320
const url = window.location.href;
321-
if (!this.state.videos || !this.state.videos.length) {
322-
console.log('SUGGESTV: No videos to show');
323-
return null;
324-
}
325321

326322
return (
327323
<Player

0 commit comments

Comments
 (0)