Skip to content

Commit 65e7c70

Browse files
NathanFlurryMasterPtato
authored andcommitted
fix: uncomment function type filter in ACTORS_FILTER
1 parent a512da3 commit 65e7c70

File tree

1 file changed

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

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,8 @@ function Actor() {
5959

6060
const FIXED_TAGS = {};
6161

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

7066
const ACTORS_VIEW_CONTEXT = {

0 commit comments

Comments
 (0)