add accurate loading states in all views

This commit is contained in:
Tom
2023-05-07 16:50:05 +02:00
parent e11599a452
commit c7b281ff01
6 changed files with 47 additions and 27 deletions
-4
View File
@@ -152,10 +152,6 @@ const Subscriptions = () => {
navigate(`/p/${selected}`);
};
useEffect(() => {
console.log(feed);
}, [feed]);
return (
<>