FIXED STUFF FROM THE MERGE SORRY ;_;

signup-info-prompt
kibigo! 2017-07-15 15:42:39 -07:00
parent 144db8ea1d
commit 4715161a93
2 changed files with 1 additions and 4 deletions

View File

@ -72,7 +72,7 @@ export function mentionCompose(account, router) {
export function submitCompose() { export function submitCompose() {
return function (dispatch, getState) { return function (dispatch, getState) {
const status = getState().getIn(['compose', 'text'], ''); let status = getState().getIn(['compose', 'text'], '');
if (!status || !status.length) { if (!status || !status.length) {
return; return;

View File

@ -34,11 +34,8 @@ const reducers = {
statuses, statuses,
relationships, relationships,
settings, settings,
<<<<<<< HEAD
local_settings, local_settings,
=======
push_notifications, push_notifications,
>>>>>>> upstream
cards, cards,
reports, reports,
contexts, contexts,