Skip to content

Commit

Permalink
Merge branch 'hotfix/2.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
rapicastillo committed Aug 2, 2017
2 parents f8e32e2 + b5d563e commit 7b9442f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/containers/TranslatableStaticText/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export function* loadLanguageItem() {
try {
const data = yield call(request, requestURL);

console.log(data);

/** LOADING AREA **/
yield put(loadingLanguageComplete(data[0]));
yield put(loadingLanguageComplete(data));


} catch (err) {
Expand Down

0 comments on commit 7b9442f

Please sign in to comment.