mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 19:01:14 +01:00
Flatten migrations, kvs lib, fix tabs
This commit is contained in:
@@ -4,5 +4,5 @@ export function useIsResponseLoading(): boolean {
|
||||
const responses = useResponses();
|
||||
const response = responses[responses.length - 1];
|
||||
if (!response) return false;
|
||||
return !(response.body || response.error);
|
||||
return !(response.body || response.status || response.error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user