forked from treehouse/mastodon
FIXED STUFF FROM THE MERGE SORRY ;_;
parent
144db8ea1d
commit
4715161a93
|
@ -72,7 +72,7 @@ export function mentionCompose(account, router) {
|
|||
|
||||
export function submitCompose() {
|
||||
return function (dispatch, getState) {
|
||||
const status = getState().getIn(['compose', 'text'], '');
|
||||
let status = getState().getIn(['compose', 'text'], '');
|
||||
|
||||
if (!status || !status.length) {
|
||||
return;
|
||||
|
|
|
@ -34,11 +34,8 @@ const reducers = {
|
|||
statuses,
|
||||
relationships,
|
||||
settings,
|
||||
<<<<<<< HEAD
|
||||
local_settings,
|
||||
=======
|
||||
push_notifications,
|
||||
>>>>>>> upstream
|
||||
cards,
|
||||
reports,
|
||||
contexts,
|
||||
|
|
Loading…
Reference in New Issue