added getavatarpart
This commit is contained in:
@ -34,10 +34,9 @@ export const columns: ColumnDef<chunithm>[] = [
|
||||
const [isLoading, setIsLoading] = useState(true);
|
||||
return (
|
||||
<div className="font-medium w-[300px] truncate flex items-center">
|
||||
{isLoading || !jacketPath ? (
|
||||
{!jacketPath ? (
|
||||
<Skeleton className="w-8 h-8 inline-block mr-2" />
|
||||
) : (
|
||||
// eslint-disable-next-line @next/next/no-img-element
|
||||
<img
|
||||
src={`/jacketArt/${jacketPath}`}
|
||||
alt="Jacket"
|
||||
|
Reference in New Issue
Block a user