Skip to content

Commit

Permalink
refactor: add key to infobox
Browse files Browse the repository at this point in the history
  • Loading branch information
airslice committed Sep 20, 2024
1 parent 13e4f7e commit 17a3bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/beta/features/Visualizer/Crust/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ export default function Crust({
ref={pluginPopupContainerRef}
/>
<Infobox
key={featuredInfobox?.featureId}
infobox={featuredInfobox}
installableInfoboxBlocks={installableInfoboxBlocks}
isEditable={!!inEditor && !featuredInfobox?.readOnly}
Expand Down

0 comments on commit 17a3bf4

Please sign in to comment.