Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Show indicator on event panel headers
  • Loading branch information
Imiss-U1025 committed Feb 4, 2025
commit 3a7daae56e4fda91f051392c4b673a2eba3e28a9
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const KeyValueList = (props: {
return (
<>
{props.list.map((item, index) => (
<IndicatorWrapper key={index}>
<IndicatorWrapper key={index} indicatorForAll={props.indicatorForAll}>
<KeyValueListItem key={index /* FIXME: find a proper key instead of `index` */}>
{item}
{!props.isStatic &&
Expand Down
Loading