dont hide int anymore

This commit is contained in:
Olivier Gagnon
2022-03-16 15:42:25 -04:00
parent d6ac7f44c2
commit 3aabbb7aaa
5 changed files with 34 additions and 23 deletions
+3
View File
@@ -86,6 +86,9 @@ function Intelligence(): React.ReactElement {
<TableCell align="right">
<Typography>{numeralWrapper.formatSkill(player.intelligence)}&nbsp;</Typography>
</TableCell>
<TableCell align="right">
<Typography noWrap>({numeralWrapper.formatExp(player.intelligence_exp)} exp)</Typography>
</TableCell>
</TableRow>
);
}