aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/anastasis-webui/src/utils/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/anastasis-webui/src/utils/index.tsx b/packages/anastasis-webui/src/utils/index.tsx
index a70348e46..78973e38f 100644
--- a/packages/anastasis-webui/src/utils/index.tsx
+++ b/packages/anastasis-webui/src/utils/index.tsx
@@ -327,6 +327,6 @@ export function compose<SType extends { status: string }, PType>(
const c = vs[s] as unknown as StateFunc<SType>;
return c(state);
};
- Component.name = `${name}`;
+ // Component.name = `${name}`;
return Component;
}