@gamelearn/arcade-components 0.25.36 → 0.25.38

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.
@@ -117,7 +117,7 @@ var LecturesComponent = function LecturesComponent(_ref) {
117
117
  var formatTime = limit - time;
118
118
  var minutes = Math.floor(formatTime / 60);
119
119
  var seconds = formatTime % 60;
120
- return /*#__PURE__*/_react.default.createElement("div", {
120
+ return visible ? /*#__PURE__*/_react.default.createElement("div", {
121
121
  className: "".concat(viewed ? 'notes--results' : 'readings--container')
122
122
  }, /*#__PURE__*/_react.default.createElement("div", {
123
123
  className: viewed ? 'notes--results__text' : 'readings'
@@ -131,7 +131,7 @@ var LecturesComponent = function LecturesComponent(_ref) {
131
131
  minutes: minutes,
132
132
  seconds: seconds,
133
133
  btnText: translate('screens.continue')
134
- }) : null));
134
+ }) : null)) : null;
135
135
  };
136
136
 
137
137
  LecturesComponent.defaultProps = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "license": "Gamelearn",
4
- "version": "0.25.36",
4
+ "version": "0.25.38",
5
5
  "main": "dist/index.js",
6
6
  "files": [
7
7
  "dist",