Skip to content

Commit 575ae85

Browse files
committed
fix type
1 parent 0b78cd5 commit 575ae85

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Dashboard/Components/VariableGrid

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Dashboard/Components/VariableGrid/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ interface IComponentForTypes {
8080
const ComponentForTypes: IComponentForTypes = {
8181
sandbox: React.memo(props => (
8282
<Sandbox
83-
key={props.item.name}
83+
key={props.item.sandbox.id}
8484
page={props.page}
8585
item={props.item}
8686
isScrolling={props.isScrolling}

0 commit comments

Comments
 (0)