Compare commits

..

No commits in common. "b81fa61572116f31c5b864c3a7729c63a7df0159" and "11712e2e0687312d8efaf493287ab744a1fa7c2e" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -1384,7 +1384,7 @@ class Shop extends React.PureComponent {
for (const i in clonedCart) { for (const i in clonedCart) {
const item = clonedCart[i]; const item = clonedCart[i];
crate.items.push({ crate.items.push({
'pn': item.name_number, 'name': item.name,
}); });
} }

View File

@ -1455,7 +1455,7 @@ function (_React$PureComponent12) {
for (var i in clonedCart) { for (var i in clonedCart) {
var item = clonedCart[i]; var item = clonedCart[i];
crate.items.push({ crate.items.push({
'pn': item.name_number 'name': item.name
}); });
} }

View File

@ -98,7 +98,7 @@ const shop_data = {
'kasli-backplane': { 'kasli-backplane': {
id: 'kasli-backplane', id: 'kasli-backplane',
name: 'Processor', name: 'Processor',
name_number: '1123b', name_number: '1123',
name_codename: 'Kasli + BP adapter', name_codename: 'Kasli + BP adapter',
price: 3830, price: 3830,
image: '/shop/graphic-03_kasli-with-backplane.svg', image: '/shop/graphic-03_kasli-with-backplane.svg',