diff --git a/src/photo/PhotoGridSidebar.tsx b/src/photo/PhotoGridSidebar.tsx index 986699b0..fabe506f 100644 --- a/src/photo/PhotoGridSidebar.tsx +++ b/src/photo/PhotoGridSidebar.tsx @@ -147,17 +147,13 @@ export default function PhotoGridSidebar({ items={simulations .sort(sortFilmSimulationsWithCount) .map(({ simulation, count }) => -
- -
)} + simulation={simulation} + countOnHover={count} + type="text-only" + prefetch={false} + />)} /> : null;