fix: corrected media status switching away from deleted

pull/3460/head
Brandon 2 years ago committed by OwsleyJr
parent af6c88b5e3
commit ca01b60e5e

@ -21,8 +21,6 @@ const RecentRequestsSlider = () => {
return null; return null;
} }
console.log({ requests });
return ( return (
<> <>
<div className="slider-header"> <div className="slider-header">

@ -100,10 +100,6 @@ const RequestList = () => {
); );
}, [currentFilter, currentSort, currentPageSize]); }, [currentFilter, currentSort, currentPageSize]);
console.log({ currentFilter });
console.log({ data });
if (!data && !error) { if (!data && !error) {
return <LoadingSpinner />; return <LoadingSpinner />;
} }

Loading…
Cancel
Save