Skip to content

Commit

Permalink
remove dupe declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonG committed Jul 17, 2024
1 parent 904d462 commit a1f69d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webui/react/src/components/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const ProjectCard: React.FC<Props> = ({
if (project.archived) classnames.push(css.archived);
if (project.workspaceId === 1) classnames.push(css.uncategorized);
const testId = `card-${project.name}`;
const f_flat_runs = useFeature().isOn('flat_runs');

return (
<Card
Expand Down

0 comments on commit a1f69d0

Please sign in to comment.