eslint fix
This commit is contained in:
parent
b6a646d10c
commit
13657de04e
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ export function unpinFail(status, error) {
|
||||||
status,
|
status,
|
||||||
error,
|
error,
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
|
||||||
export const addReaction = (statusId, name, url) => (dispatch, getState) => {
|
export const addReaction = (statusId, name, url) => (dispatch, getState) => {
|
||||||
const status = getState().get('statuses').get(statusId);
|
const status = getState().get('statuses').get(statusId);
|
||||||
|
|
Loading…
Reference in a new issue