fix linter errors

merge-requests/107/merge
Curtis ROck 4 years ago
parent 34c87bca7e
commit ad316e0912

@ -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…
Cancel
Save