pr comments

This commit is contained in:
Matthew Olker 2024-06-10 21:48:41 -04:00
parent 5716a40fa6
commit 1944faf1f4

View File

@ -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) {