Making upload button into a smaller icon button
This commit is contained in:
parent
d42ed78aa4
commit
50d3083cbd
19 changed files with 85 additions and 229 deletions
|
@ -0,0 +1,8 @@
|
|||
import { connect } from 'react-redux';
|
||||
import NavigationBar from '../components/navigation_bar';
|
||||
|
||||
const mapStateToProps = (state, props) => ({
|
||||
account: state.getIn(['accounts', state.getIn(['meta', 'me'])])
|
||||
});
|
||||
|
||||
export default connect(mapStateToProps)(NavigationBar);
|
Loading…
Add table
Add a link
Reference in a new issue