[Glitch] Redesign profile column in web UI to match design on public pages

Port a96181f16f to glitch-soc
This commit is contained in:
Eugen Rochko
2019-03-26 00:36:25 +01:00
committed by ThibG
parent abb53fa338
commit 00f251b8fe
9 changed files with 365 additions and 422 deletions

View File

@ -34,6 +34,7 @@ const makeMapStateToProps = () => {
const mapStateToProps = (state, { accountId }) => ({
account: getAccount(state, accountId),
domain: state.getIn(['meta', 'domain']),
});
return mapStateToProps;