Skip to content

Commit

Permalink
Removed build failed badge, as builds are not currently functioning
Browse files Browse the repository at this point in the history
  • Loading branch information
OAGr committed Nov 6, 2024
1 parent ecf6e91 commit e9a1931
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/hub/src/models/components/ModelCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ export const ModelCard: FC<Props> = ({ modelRef, showOwner = true }) => {
updatedAtTimestamp && (
<UpdatedStatus key="updated-status" time={updatedAtTimestamp} />
),
buildStatus === "Failure" && (
<BuildFailedBadge key="build-failed-badge" />
),
lastBuild?.runSeconds && buildStatus !== "Failure" && (
<RunTime key="run-time" seconds={lastBuild.runSeconds} />
),
]}
/>
);
Expand Down

0 comments on commit e9a1931

Please sign in to comment.