- {item.type === 1 &&
{t('epic')}
}
- {item.type === 2 &&
{t('legend')}
}
- {item.type === 3 &&
{t('uncommon')}
}
- {item.type === 4 &&
{t('common')}
}
+ {detail?.info.grade === 'EPIC' &&
{t('epic')}
}
+ {detail?.info.grade === 'LEGEND' &&
{t('legend')}
}
+ {detail?.info.grade === 'RARE' &&
{t('uncommon')}
}
+ {detail?.info.grade === 'NORMAL' &&
{t('common')}
}
- {item.type === 1 &&