fix linter errors
This commit is contained in:
parent
34c87bca7e
commit
ad316e0912
1 changed files with 1 additions and 8 deletions
|
@ -16,7 +16,7 @@ import {
|
|||
import StillImage from 'soapbox/components/still_image';
|
||||
import {
|
||||
Map as ImmutableMap,
|
||||
List as ImmutableList,
|
||||
// List as ImmutableList,
|
||||
} from 'immutable';
|
||||
import { patchMe } from 'soapbox/actions/me';
|
||||
import { unescape } from 'lodash';
|
||||
|
@ -54,13 +54,6 @@ const mapStateToProps = state => {
|
|||
};
|
||||
};
|
||||
|
||||
// HTML unescape for special chars, eg <br>
|
||||
const unescapeParams = (map, params) => (
|
||||
params.reduce((map, param) => (
|
||||
map.set(param, unescape(map.get(param)))
|
||||
), map)
|
||||
);
|
||||
|
||||
export default @connect(mapStateToProps)
|
||||
// export default @connect()
|
||||
@injectIntl
|
||||
|
|
Loading…
Reference in a new issue