@worksafevictoria/wcl7.5 1.1.0-beta.108 → 1.1.0-beta.109

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.108",
3
+ "version": "1.1.0-beta.109",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -239,7 +239,7 @@ export default {
239
239
 
240
240
  // Home page
241
241
  if (
242
- (e?.type === 'click' || e?.key === 'Enter') &&
242
+ (e?.type === 'click' || e?.key == 'Enter') &&
243
243
  this.searchQuery &&
244
244
  this.searchQuery.length > 2 &&
245
245
  path === '/'