Skip to content

Commit 258dd58

Browse files
committed
fix: hide functions in containers view (#2594)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent b16d098 commit 258dd58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const FIXED_TAGS = {};
6464
// toRecord(actor.tags).framework !== "actor-core";
6565

6666
const ACTORS_FILTER = (actor: Rivet.actors.Actor) =>
67-
//toRecord(actor.tags).type !== "function" &&
67+
toRecord(actor.tags).type !== "function" &&
6868
toRecord(actor.tags).framework !== "actor-core";
6969

7070
const ACTORS_VIEW_CONTEXT = {

0 commit comments

Comments
 (0)