@gamelearn/arcade-components 1.3.22 → 1.3.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -226,7 +226,7 @@ var WriterPuzzleComponent = function WriterPuzzleComponent(_ref) {
226
226
  var checkFeedbackScreen = function checkFeedbackScreen() {
227
227
  return decisionsList.find(function (decision) {
228
228
  var feedback = texts[decision.currenTextParagraph].electionTexts[decision.index].feedback;
229
- return feedback.body;
229
+ return feedback.body !== '';
230
230
  });
231
231
  };
232
232
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "license": "Gamelearn",
4
- "version": "1.3.22",
4
+ "version": "1.3.23",
5
5
  "main": "dist/index.js",
6
6
  "files": [
7
7
  "dist",