Skip to content

Commit

Permalink
[7619] React "key" prop missing on ZoneMarker allowedTypesMeta listing (
Browse files Browse the repository at this point in the history
  • Loading branch information
jvega190 authored Dec 18, 2024
1 parent 35c8c29 commit e34b559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/guest/src/react/ZoneMarker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export function ZoneMarker(props: ZoneMarkerProps) {
);
return (
<UltraStyledTooltip
key={id}
arrow
// TODO: i18n
title={`Drop target compatible with "${type?.name}" as ${Object.keys(modes)
Expand Down

0 comments on commit e34b559

Please sign in to comment.