fix bar chart not appearing on some pages
This commit is contained in:
parent
41a0562228
commit
a35297728c
@ -12,7 +12,7 @@ export const LoadingBarChart = ({
|
|||||||
<div className="h-fit w-fit animate-pulse rounded-xl border border-stone-400 bg-stone-100 p-4 drop-shadow-xl">
|
<div className="h-fit w-fit animate-pulse rounded-xl border border-stone-400 bg-stone-100 p-4 drop-shadow-xl">
|
||||||
<Image
|
<Image
|
||||||
alt="loading content"
|
alt="loading content"
|
||||||
src="./loading/bar-chart.svg"
|
src="/loading/bar-chart.svg"
|
||||||
width={width}
|
width={width}
|
||||||
height={height}
|
height={height}
|
||||||
/>
|
/>
|
||||||
|
@ -28,7 +28,7 @@ export const auditoryResourceRouter = createTRPCRouter({
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (!resource) {
|
if (!resource) {
|
||||||
throw Error('not found');
|
throw Error("not found");
|
||||||
}
|
}
|
||||||
|
|
||||||
return resource;
|
return resource;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user