♻️ refactor

This commit is contained in:
Fred KISSIE
2026-07-29 19:11:16 +01:00
parent 5cbb767e5f
commit bc267b7107
3 changed files with 5 additions and 6 deletions
-2
View File
@@ -142,8 +142,6 @@ export default function PublicResourcesTable({
const [selectedResource, setSelectedResource] =
useState<ResourceRow | null>();
const { isPaidUser } = usePaidStatus();
const [isRefreshing, startTransition] = useTransition();
const [isNavigatingToAddPage, startNavigation] = useTransition();