diff --git a/web/packages/base/components/utils/mui-theme.d.ts b/web/packages/base/components/utils/mui-theme.d.ts index 2501484ca1..0de2548c34 100644 --- a/web/packages/base/components/utils/mui-theme.d.ts +++ b/web/packages/base/components/utils/mui-theme.d.ts @@ -192,5 +192,3 @@ declare module "@mui/material/Typography" { tiny: true; } } - -export {}; diff --git a/web/packages/new/photos/components/Notification.tsx b/web/packages/new/photos/components/Notification.tsx index 216289ef33..bd3d6254d1 100644 --- a/web/packages/new/photos/components/Notification.tsx +++ b/web/packages/new/photos/components/Notification.tsx @@ -120,7 +120,6 @@ export const Notification: React.FC = ({ }) => { if (!attributes) return <>; - console.log(attributes); const { captionFirst, color, startIcon, title, caption, endIcon, onClick } = attributes;