Skip to content

Commit

Permalink
Fix test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed Apr 19, 2024
1 parent bbcd711 commit 913696b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const ProfileDropDown = ({}: IProfileDropDown) => {
"block px-4 py-2 text-sm text-ocf-black-600"
)}
>
<Link href="/api/auth/logout">
<Link href="/api/auth/logout" legacyBehavior>
<a id={"UserMenu-LogoutBtn"}>Sign out</a>
</Link>
</div>
Expand Down
1 change: 0 additions & 1 deletion apps/nowcasting-app/components/map/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 913696b

Please sign in to comment.