You seem to use different code style
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@@ -164,10 +164,10 @@ export function submitCompose(routerHistory, group) {
|
||||
return function(dispatch, getState) {
|
||||
if (!isLoggedIn(getState)) return;
|
||||
|
||||
function onModalSubmitCompose () {
|
||||
function onModalSubmitCompose() {
|
||||
dispatch(submitComposeRequest());
|
||||
dispatch(closeModal());
|
||||
|
||||
|
||||
api(getState).post('/api/v1/statuses', {
|
||||
status,
|
||||
in_reply_to_id: getState().getIn(['compose', 'in_reply_to'], null),
|
||||
|
||||
Reference in New Issue
Block a user