Fix key in token status
This commit is contained in:
parent
07a5d95e4c
commit
8b83fb8c67
@ -8,6 +8,7 @@ function TokenStatus({ tokenState, width, height }) {
|
|||||||
<Group x={width} y={height} offsetX={width / 2} offsetY={height / 2}>
|
<Group x={width} y={height} offsetX={width / 2} offsetY={height / 2}>
|
||||||
{tokenState.statuses.map((status, index) => (
|
{tokenState.statuses.map((status, index) => (
|
||||||
<Circle
|
<Circle
|
||||||
|
key={status}
|
||||||
width={width}
|
width={width}
|
||||||
height={height}
|
height={height}
|
||||||
stroke={colors[status]}
|
stroke={colors[status]}
|
||||||
|
Loading…
Reference in New Issue
Block a user