Skip to content

Commit

Permalink
Removing default props that were there for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Brown committed Mar 6, 2017
1 parent 21b3e7f commit 29bb56f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions app/scenes/Talk/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,6 @@ export default class Talk extends Component {
talk: this.props.talk,
};

static defaultProps = {
talk: {
id: 'max-stoiber',
summary: "What if we took the best of JavaScript and the best of CSS, and combined them together to create the ultimate styling solution for React? Glen Maddern (CSS Modules co-creator) and I sat down and starting thinking about this. Let's talk about what we thought about and why we arrived where we did – 💅 styled-components.",
title: 'The Road to Styled Components',
speaker: {
avatar: 'https://www.gravatar.com/avatar/48619fc17b3ab68472aebd56c0106278?s=128',
github: 'mxstbr',
name: 'Max Stoiber',
twitter: 'mxstbr',
summary: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi a finibus ligula, sed congue eros. Proin nunc nunc, facilisis sit amet tempor et, finibus eu turpis.',
},
time: {
start: new Date('2017-02-26T22:30:00.000Z'),
end: new Date('2017-02-26T23:30:00.000Z'),
},
},
};

sceneHeight = Dimensions.get('window').height;
sceneWidth = Dimensions.get('window').width;

Expand Down

0 comments on commit 29bb56f

Please sign in to comment.