Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Aug 5, 2024
1 parent 4858340 commit e72588e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/landing/src/components/debug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class Debug extends Component<{ map: maplibregl.Map }, DebugState> {
document.body.appendChild(loadedDiv);
}

async function removeLoadedDiv(): Promise<void> {
function removeLoadedDiv(): void {
// Check map-loaded div and remove if exists
const id = 'map-loaded';
const loadedDiv = document.getElementById(id);
Expand Down

0 comments on commit e72588e

Please sign in to comment.