75 |
76 |
dispatch(clipsExit()) }>
77 |
78 |
79 |
80 | { title }
81 |
82 |
83 |
84 | { clips.state === 'list' ?
: null }
85 | { clips.state === 'create' ?
: null }
86 | { clips.state === 'upload' ?
: null }
87 | { clips.state === 'done' ?
: null }
88 | { clips.state === 'error' ?
{ text }
: null }
89 |
90 | );
91 | }
92 | }
93 |
94 | const stateToProps = Obstruction({
95 | currentRoute: 'currentRoute',
96 | dongleId: 'dongleId',
97 | clips: 'clips',
98 | });
99 |
100 | export default connect(stateToProps)(withStyles(styles)(ClipView));
101 |
--------------------------------------------------------------------------------
/src/icons/original/pin-home.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |