Skip to content

Commit f7d97c9

Browse files
committed
fix: uncomment function type filter in ACTORS_FILTER (#2533)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent 183ca27 commit f7d97c9

File tree

1 file changed

+0
-4
lines changed
  • frontend/apps/hub/src/routes/_authenticated/_layout/projects/$projectNameId/environments/$environmentNameId._v2

1 file changed

+0
-4
lines changed

frontend/apps/hub/src/routes/_authenticated/_layout/projects/$projectNameId/environments/$environmentNameId._v2/containers.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ function Actor() {
6060

6161
const FIXED_TAGS = {};
6262

63-
//const ACTORS_FILTER = (actor: Rivet.actors.Actor) =>
64-
// toRecord(actor.tags).type !== "function" &&
65-
// toRecord(actor.tags).framework !== "actor-core";
66-
6763
const ACTORS_FILTER = (actor: Rivet.actors.Actor) =>
6864
toRecord(actor.tags).framework !== "actor-core";
6965

0 commit comments

Comments
 (0)