Small tweaks

This commit is contained in:
Gregory Schier
2023-04-09 15:32:13 -07:00
parent 4163bebe3b
commit 4dddfc0cc5
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);
}