Skip to content

Commit

Permalink
fix: remove old routes history object after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Sep 29, 2022
1 parent 655136c commit 487c990
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const useRouteExecutionStore = create<RouteExecutionStore>()(
}
});
}
localStorage.removeItem('routes');
} catch (error) {
console.log(error);
}
Expand Down

0 comments on commit 487c990

Please sign in to comment.