Skip to content

Commit

Permalink
unblock migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyajones committed Sep 5, 2024
1 parent b9ab242 commit 0d7de2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard/webapp/metrics/store/metrics_reducers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ const reducer = createReducer(
if (state.tagGroupExpanded.size === 0) {
const cardListWithMetadata = nextCardList
.map((cardId) => {
return {...newCardMetadataMap[cardId], cardId} ?? null;
return {...newCardMetadataMap[cardId], cardId};
})
.filter(Boolean);
const cardGroups = groupCardIdWithMetdata(cardListWithMetadata);
Expand Down

0 comments on commit 0d7de2a

Please sign in to comment.