mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 00:42:16 +02:00
pr comments
This commit is contained in:
parent
5716a40fa6
commit
1944faf1f4
@ -166,7 +166,7 @@ export default class EggGachaUiHandler extends MessageUiHandler {
|
||||
{ multiplier: multiplierOne, description: `25 ${i18next.t("egg:pulls")}`, icon: getVoucherTypeIcon(VoucherType.GOLDEN) }
|
||||
];
|
||||
|
||||
const resolvedLanguage = i18next.resolvedLanguage;
|
||||
const { resolvedLanguage } = i18next;
|
||||
const pullOptionsText = pullOptions.map(option =>{
|
||||
const desc = option.description.split(" ");
|
||||
if (desc[0].length < 2) {
|
||||
|
Loading…
Reference in New Issue
Block a user