Small tweaks

This commit is contained in:
Gregory Schier
2023-04-09 15:32:13 -07:00
parent feec6fedfa
commit 5cc5f27420
3 changed files with 6 additions and 31 deletions

View File

@@ -27,5 +27,5 @@ export function useRecentRequests() {
});
}, [activeRequestId, setHistory]);
return history;
return history.slice(1);
}