Skip to content
Snippets Groups Projects
Commit 12bce041 authored by Sami Spets's avatar Sami Spets
Browse files

Added libde265

parent 0e40bc19
No related branches found
No related tags found
No related merge requests found
Pipeline #14590 passed
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -36,14 +36,14 @@ const App = () => {
window.location.reload();
}
// if(window.localStorage.getItem('token')){
if(window.localStorage.getItem('token')){
return (
<Streams clearCookies={clearCookies}/>
)
// }
// return (
// <Login handleLogin={handleLogin} />
// )
}
return (
<Login handleLogin={handleLogin} />
)
}
export default App;
\ No newline at end of file
......@@ -18,7 +18,7 @@ const Streams = ({clearCookies}) => {
}, [])
const renderThumbnails = () => {
const photos = thumbnails.map(i => <div style={{'padding-top': '25px'}}><img alt='robots' src={i.video} width='150px'/><p style={{'margin': 'none'}}>viewers: {i.viewers}</p></div>)
const photos = thumbnails.map(i => <div style={{'paddingTop': '25px'}}><img alt='robots' src={i.video} width='150px'/><p style={{'margin': 'none'}}>viewers: {i.viewers}</p></div>)
return photos;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment