feat: removed console from overview

This commit is contained in:
=
2024-09-26 01:04:11 +05:30
parent f6885b239b
commit d7499fc5c5

View File

@@ -522,7 +522,6 @@ export const SecretOverviewPage = () => {
[]
);
console.log(isWorkspaceLoading, isProjectV3, isOverviewLoading);
if (isWorkspaceLoading || (isProjectV3 && isOverviewLoading)) {
return (
<div className="container mx-auto flex h-screen w-full items-center justify-center px-8 text-mineshaft-50 dark:[color-scheme:dark]">