Skip to content

Commit

Permalink
Update MapPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DemoTheMann authored Mar 14, 2024
1 parent fdeb221 commit 1dbb6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/map/MapPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const MapPage = () => {
};

const handleCurrentStep = () => {
APIHandler<Step>(`/etape/actuelle`, true).then((res) => {
APIHandler<Step>(`/etape/4`, true).then((res) => {
setCurrentFlameLocation(res.data);
handleNextStep(res.data.etape_numero);
});
Expand Down

0 comments on commit 1dbb6c7

Please sign in to comment.