fix source scrolling, layout and arrows

This commit is contained in:
Lachlan Kermode
2019-01-30 18:06:43 +00:00
parent d29a6f3bf3
commit 3efdf48c52
4 changed files with 69 additions and 70 deletions

View File

@@ -14,7 +14,7 @@ import InfoPopUp from './InfoPopup.jsx'
import Timeline from './Timeline.jsx'
import Notification from './Notification.jsx'
import { parseDate } from '../js/utilities'
import { parseDate, injectSource } from '../js/utilities'
class Dashboard extends React.Component {
constructor (props) {
@@ -170,7 +170,7 @@ function mapDispatchToProps (dispatch) {
}
export default connect(
state => state,
// state => injectSource("Youtube - Novodvirske Tank Separatist Patrol Video"),
// state => state,
state => injectSource("Hromadske.tv - Paratroopers Video"),
mapDispatchToProps
)(Dashboard)