Skip to content

Commit

Permalink
refactor(web): add key to infobox (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
airslice authored Sep 20, 2024
1 parent 13e4f7e commit ae4cad3
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 ae4cad3

Please sign in to comment.