@mjhls/mjh-framework 1.0.140 → 1.0.141

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.140
2
+ # mjh-framework v. 1.0.141
3
3
 
4
4
 
5
5
 
package/dist/index.es.js CHANGED
@@ -14474,7 +14474,7 @@ var Quiz = function Quiz(_ref) {
14474
14474
  React__default.createElement(BlockContent, { blocks: quizzes[currentPage - 1].answer, serializers: getSerializers$1(serializerArguments) })
14475
14475
  ),
14476
14476
  React__default.createElement('br', null),
14477
- React__default.createElement(
14477
+ pageCount > 1 && React__default.createElement(
14478
14478
  'div',
14479
14479
  { className: 'd-flex justify-content-center' },
14480
14480
  renderPagination()