Update TokenStatus.js

This commit is contained in:
Mitchell McCaffrey 2021-01-21 13:58:37 +11:00
parent 4f76652eff
commit 82e8eb014e

View File

@ -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}