oops
This commit is contained in:
@ -30,17 +30,11 @@ export const ChunithmHotPlays: FC<ChunithmProfileHotPlays> = ({
|
||||
}) => {
|
||||
return (
|
||||
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-4 lg:grid-cols-6 xl:grid-cols-8">
|
||||
{" "}
|
||||
{chuniProfileHotPlays.hotRating.map((playerHotRatingList, index) => {
|
||||
return (
|
||||
<div key={index} className="flex flex-col items-center p-2">
|
||||
<div className="font-bold"></div>
|
||||
|
||||
<ImageCell
|
||||
jacketPath={playerHotRatingList.jacketPath!}
|
||||
title={playerHotRatingList.title!}
|
||||
/>
|
||||
|
||||
<ImageCell jacketPath={playerHotRatingList.jacketPath!} />
|
||||
<div>
|
||||
<ul className="mt-2 text-center">
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user