Skip to content

Commit

Permalink
feat: remove reload on move esp (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyBSK authored Jul 8, 2024
1 parent b7364e6 commit d8a64f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nextjs-interface/src/app/ui/plan/espMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export function EspMap({
} catch (error) {
console.error("error :", error);
}
window.location.reload();
};

return (
Expand Down

0 comments on commit d8a64f5

Please sign in to comment.