fix: show improvement cost in tabular list

This commit is contained in:
Lukas Obermann
2022-07-12 22:16:27 +02:00
parent b578254d75
commit c162931e74
@@ -8,7 +8,7 @@ interface Props {
export const SkillImprovementCost: React.FC<Props> = props => {
const { ic } = props
if (typeof ic === "number") {
if (ic !== undefined) {
return (
<div className="ic">
{icToStr (ic)}