Skip to content

Commit

Permalink
Removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikep86 committed Dec 8, 2023
1 parent 90c4585 commit e8f094c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export const InferencePipelineCard: React.FC<InferencePipeline> = (pipeline) =>
const modelTitle = getModelDisplayTitle(modelType);
const isSmallScreen = useIsWithinMaxBreakpoint('s');

// TODO: Handle redacted model ID
return (
<EuiPanel color="subdued">
<EuiFlexGroup alignItems="center" gutterSize={isSmallScreen ? 'xs' : undefined}>
Expand Down

0 comments on commit e8f094c

Please sign in to comment.