oops
This commit is contained in:
@ -35,10 +35,7 @@ export const ChunithmTopPlays: FC<chunithmTopPlays> = ({
|
||||
return (
|
||||
<div key={index} className="flex flex-col items-center p-2">
|
||||
<div className="font-bold"></div>
|
||||
<ImageCell
|
||||
jacketPath={chuniProfileTopPlays.jacketPath!}
|
||||
title={chuniProfileTopPlays.title!}
|
||||
/>
|
||||
<ImageCell jacketPath={chuniProfileTopPlays.jacketPath!} />
|
||||
<ul className="mt-2 text-center">
|
||||
<li>
|
||||
<strong>Title: </strong> {chuniProfileTopPlays.title}
|
||||
|
Reference in New Issue
Block a user