Skip to content

Commit

Permalink
fix / rempove run filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
psiddharthdesign committed Aug 13, 2024
1 parent 3990d6f commit 9bc093b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ export default function AllActivityDetails({
</Card>
}

const filteredRuns = runs.filter(run => allowedProjectIdsForUser.includes(run.project_id));
// const filteredRuns = runs.filter(run => allowedProjectIdsForUser.includes(run.project_id));
const filteredRuns = runs;

return (
<motion.div
Expand Down

0 comments on commit 9bc093b

Please sign in to comment.