mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 23:43:55 +01:00
Small tweaks
This commit is contained in:
@@ -27,5 +27,5 @@ export function useRecentRequests() {
|
||||
});
|
||||
}, [activeRequestId, setHistory]);
|
||||
|
||||
return history;
|
||||
return history.slice(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user