Update TokenStatus.js
This commit is contained in:
parent
4f76652eff
commit
82e8eb014e
@ -6,8 +6,7 @@ import colors from "../../helpers/colors";
|
|||||||
function TokenStatus({ tokenState, width, height }) {
|
function TokenStatus({ tokenState, width, height }) {
|
||||||
return (
|
return (
|
||||||
<Group x={width} y={height} offsetX={width / 2} offsetY={height / 2}>
|
<Group x={width} y={height} offsetX={width / 2} offsetY={height / 2}>
|
||||||
{tokenState &&
|
{tokenState.statuses.map((status, index) => (
|
||||||
tokenState.statuses.map((status, index) => (
|
|
||||||
<Circle
|
<Circle
|
||||||
key={status}
|
key={status}
|
||||||
width={width}
|
width={width}
|
||||||
|
Loading…
Reference in New Issue
Block a user