Merge branch 'develop'
commit
fadf138f62
|
@ -9,7 +9,7 @@ const SharePieItem = ({ color, name, value, totalShare }) => (
|
||||||
<Dot style={{ backgroundColor: color }} />
|
<Dot style={{ backgroundColor: color }} />
|
||||||
<span className="font-weight-semi-bold">{name}</span>
|
<span className="font-weight-semi-bold">{name}</span>
|
||||||
</Flex>
|
</Flex>
|
||||||
<div className="d-xxl-none">{((value * 100) / totalShare).toFixed(2)}%</div>
|
<div className="d-xxl-flex">{((value * 100) / totalShare).toFixed(2)}%</div>
|
||||||
</Flex>
|
</Flex>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue