diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 4f3afb2..550eb20 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -245,8 +245,8 @@ function App() { let historyTree; try { historyTree = extractHistoryTree(appHistory, currentVersion); - addEvent("HistoryTreeFailed"); } catch { + addEvent("HistoryTreeFailed"); toast.error( "Version history is invalid. This shouldn't happen. Please contact support or open a Github issue." );