@pocketprep/ui-kit 3.7.4 → 3.7.5

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.
@@ -95,7 +95,7 @@ const isCorrectlyAnswered = computed(() => {
95
95
  return isMatrixQuestionCorrect.value
96
96
  }
97
97
 
98
- if (isBuildListQuestion) {
98
+ if (isBuildListQuestion.value) {
99
99
  return isBuildListOrderCorrect.value
100
100
  }
101
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.7.4",
3
+ "version": "3.7.5",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {