diff --git a/src/App.test.js b/src/App.test.js index 704d591..fbad0a8 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -19,7 +19,7 @@ describe('', function () { it('are navlinks correct', function () { const wrapper = shallow(); wrapper.setState({password: false}); - expect(wrapper.find('.navitem')).toHaveLength(4); + expect(wrapper.find('.navitem')).toHaveLength(5); }); it('test render of password page', function () { diff --git a/src/App.tsx b/src/App.tsx index 3ca0d47..12cd7de 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -88,6 +88,13 @@ class App extends React.Component<{}, state> { Categories + + Actors + + {this.context.TVShowEnabled ? ( { <> - +