fix the issue of mermaid chart not rendering when changing routes

This commit is contained in:
sara-pervana
2024-01-25 21:56:18 +01:00
parent b98c6090af
commit 2000c1444a
4 changed files with 28 additions and 17 deletions

View File

@@ -153,8 +153,6 @@ export default function Client() {
setSnackbarOpen(false);
};
console.log("entity", entity);
if (services_loading) return <Skeleton height={500} />;
if (!services) return <Alert severity="error">Client not found</Alert>;