diff --git a/client/app/components/InterestGraph.tsx b/client/app/components/InterestGraph.tsx index af99c98..7f22209 100644 --- a/client/app/components/InterestGraph.tsx +++ b/client/app/components/InterestGraph.tsx @@ -25,7 +25,7 @@ interface Props { } export default function InterestGraph({ - buckets = 18, + buckets = 16, artistId = 0, albumId = 0, trackId = 0,