Browse Source
UI-3262: Use correct lower casing lodash method on formatting (#104)
4.3
Joris Tirado
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
submodules/strategy/strategy.js
|
|
|
@ -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(); |
|
|
|
}), |
|
|
|
|