We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d8d9a commit 39e9ac4Copy full SHA for 39e9ac4
1 file changed
packages/module/src/SkeletonTable/SkeletonTable.tsx
@@ -33,7 +33,7 @@ const SkeletonTable: React.FunctionComponent<SkeletonTableProps> = (props: Skele
33
<Tr key={index}>
34
{rowArray.map((_, index) => (
35
<Td key={index}>
36
- <Skeleton className={clsx(classes.skeleton)}/>
+ <Skeleton />
37
</Td>
38
))}
39
</Tr>
0 commit comments