hof 20.3.8-beta-gtm → 20.3.9-beta-gtm

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,8 +28,6 @@ const defaults = {
28
28
  config: {},
29
29
  composePageName: function (page, convertPage, serviceName) {
30
30
  switch (serviceName) {
31
- case 'ETA':
32
- return 'ETA | Customer Contact | ' + convertPage(page);
33
31
  // Add other services here...
34
32
  default:
35
33
  return convertPage(page);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "20.3.8-beta-gtm",
4
+ "version": "20.3.9-beta-gtm",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",