Small tweaks

This commit is contained in:
Gregory Schier
2023-04-09 15:32:13 -07:00
parent 38ba8625d8
commit 2285fe9f1c
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);
}