Browse Source

UI-3262: Use correct lower casing lodash method on formatting (#104)

4.3
Joris Tirado 7 years ago
committed by GitHub
parent
commit
e41a13f01e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      submodules/strategy/strategy.js

+ 1
- 1
submodules/strategy/strategy.js View File

@ -1645,7 +1645,7 @@ define(function(require) {
// make sure the lunch rule is only valid on days the business is open
return _
.chain(item)
.lowerCase()
.toLower()
.replace(/^main/, '')
.value();
}),


Loading…
Cancel
Save