refactor(content): concatenate notes

This commit is contained in:
Sabe Jones
2016-08-09 23:19:53 +00:00
parent 051763bc49
commit 72f1114d85
4 changed files with 8 additions and 13 deletions

View File

@@ -70,8 +70,7 @@ shops.getMarketCategories = function getMarket (user, language) {
return {
key: premiumHatchingPotion.key,
text: premiumHatchingPotion.text(language),
notes: premiumHatchingPotion.notes(language),
addlNotes: premiumHatchingPotion.addlNotes(language),
notes: `${premiumHatchingPotion.notes(language)} ${premiumHatchingPotion._addlNotes(language)}`,
class: `Pet_HatchingPotion_${premiumHatchingPotion.key}`,
value: premiumHatchingPotion.value,
locked: false,