Show required rank of elf skills

This commit is contained in:
Sakura Knoll
2022-09-19 22:07:13 +09:00 Unverified
parent a16c660f5c
commit d6ee27d8dd
+2 -1
View File
@@ -112,7 +112,8 @@ const ElfShowPage = ({ elf }: ElfShowPageProps) => {
{item.name} {item.name}
</Heading> </Heading>
<SecondaryLabel> <SecondaryLabel>
{t(`elfs-show.${item.type}`)} {t(`elfs-show.${item.type}`)}{' '}
{'⭐'.repeat(item.requiredRank)}
</SecondaryLabel> </SecondaryLabel>
</Box> </Box>
<Paragraph <Paragraph