Skip to content

Commit 4803537

Browse files
#13157 - Last Ordered Items block - bad js code
1 parent c333367 commit 4803537

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Sales/view/frontend/web/js/view/last-ordered-items.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
define([
77
'uiComponent',
8-
'Magento_Customer/js/customer-data'
9-
], function (Component, customerData) {
8+
'Magento_Customer/js/customer-data',
9+
'underscore'
10+
], function (Component, customerData, _) {
1011
'use strict';
1112

1213
return Component.extend({

0 commit comments

Comments
 (0)