@pocketprep/ui-kit 3.0.36 → 3.0.37

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.
@@ -175,7 +175,7 @@ export default class BundleSearch extends Vue {
175
175
 
176
176
  get filteredExams () {
177
177
  return this.bundleExams.filter(exam =>
178
- `${exam.nativeAppName} ${exam.descriptiveName} ${exam.bundle.name}`.toLowerCase()
178
+ `${exam.nativeAppName} ${exam.descriptiveName}`.toLowerCase()
179
179
  .includes(this.examSearchString.toLowerCase())
180
180
  )
181
181
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.0.36",
3
+ "version": "3.0.37",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {