@pocketprep/ui-kit 3.4.54 → 3.4.55

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.
@@ -372,8 +372,9 @@ export default class MobileMatrixChoicesContainer extends Vue {
372
372
  this.matrixRadioGrid &&
373
373
  this.matrixRadioGrid[rowIndex]
374
374
  ) {
375
- if (this.matrixRadioGrid[rowIndex] && this.matrixRadioGrid[rowIndex].value) {
376
- return this.matrixRadioGrid[rowIndex].value.startsWith('a')
375
+ const rowVal = this.matrixRadioGrid[rowIndex].value
376
+ if (rowVal) {
377
+ return rowVal.startsWith('a')
377
378
  }
378
379
  return false
379
380
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.54",
3
+ "version": "3.4.55",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {