generated from Luis/nextjs-python-web-template
fix the issue of mermaid chart not rendering when changing routes
This commit is contained in:
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user