Skip to content

Commit

Permalink
chore(supernova): delete changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanHaupt committed Nov 14, 2024
1 parent c64fcaa commit 991d3de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-plums-notice.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const PredefinedFilters = () => {
<Stack>
{predefinedFilters && selectedItem && (
<TabNavigation activeItem={selectedItem} onActiveItemChange={handleTabSelect}>
{predefinedFilters.map((filter) => (
{predefinedFilters?.map((filter) => (
<TabNavigationItem key={filter.name} value={filter.name} label={filter.displayName} />
))}
</TabNavigation>
Expand Down

0 comments on commit 991d3de

Please sign in to comment.