Skip to content

Commit

Permalink
hide empty stats tab
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Nov 11, 2021
1 parent e8b2199 commit df2578e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export const ExpandedRow: FC<ExpandedRowProps> = ({ item }) => {
},
]
: []),
...(isPopulatedObject(omit(stats, 'pipeline_count'))
...(isPopulatedObject(omit(stats, ['pipeline_count', 'ingest']))
? [
{
id: 'stats',
Expand Down

0 comments on commit df2578e

Please sign in to comment.