From 54ea279df30eafd8a8bd0703b0b4a355cc58faf2 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Thu, 29 Feb 2024 15:29:28 +0800 Subject: [PATCH] fix actors debug page (#2146) --- interface/app/$libraryId/debug/actors.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/app/$libraryId/debug/actors.tsx b/interface/app/$libraryId/debug/actors.tsx index 1aeb2eb8b..830b044eb 100644 --- a/interface/app/$libraryId/debug/actors.tsx +++ b/interface/app/$libraryId/debug/actors.tsx @@ -4,6 +4,7 @@ import { Procedures, useLibraryMutation, useLibrarySubscription } from '@sd/clie import { Button } from '@sd/ui'; import { useRouteTitle } from '~/hooks/useRouteTitle'; +// @million-ignore export const Component = () => { useRouteTitle('Actors');