diff --git a/apps/nowcasting-app/components/layout/header/profile-dropdown.tsx b/apps/nowcasting-app/components/layout/header/profile-dropdown.tsx
index 6b2e636f..e692049d 100644
--- a/apps/nowcasting-app/components/layout/header/profile-dropdown.tsx
+++ b/apps/nowcasting-app/components/layout/header/profile-dropdown.tsx
@@ -170,7 +170,7 @@ const ProfileDropDown = ({}: IProfileDropDown) => {
"block px-4 py-2 text-sm text-ocf-black-600"
)}
>
-
+
diff --git a/apps/nowcasting-app/components/map/types.ts b/apps/nowcasting-app/components/map/types.ts
index 2ac084ea..c08407b8 100644
--- a/apps/nowcasting-app/components/map/types.ts
+++ b/apps/nowcasting-app/components/map/types.ts
@@ -17,6 +17,5 @@ export interface IMap {
controlOverlay: any;
bearing?: number;
updateData: { newData: boolean | string; updateMapData: (map: mapboxgl.Map) => void };
- children: React.ReactNode;
title: string;
}