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 }) {
|
||||
return (
|
||||
<Group x={width} y={height} offsetX={width / 2} offsetY={height / 2}>
|
||||
{tokenState &&
|
||||
tokenState.statuses.map((status, index) => (
|
||||
{tokenState.statuses.map((status, index) => (
|
||||
<Circle
|
||||
key={status}
|
||||
width={width}
|
||||
|
Loading…
Reference in New Issue
Block a user