Skip to content

Commit

Permalink
fix(testpipeline): remove commits from filter
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinandan13jan committed Apr 1, 2024
1 parent 69fab83 commit f3569f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useSnapshots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const useSnapshots = (
});
return React.useMemo(
() => [
loaded && !error
loaded && !error && commit
? snapshots.filter(
(snapshot) =>
snapshot.metadata.labels?.[PipelineRunLabel.TEST_SERVICE_COMMIT] === commit ||
Expand Down

0 comments on commit f3569f5

Please sign in to comment.