mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
disable all skeleton animations
This commit is contained in:
@@ -23,7 +23,7 @@ export const ImageColumn = (props: ItemTableListInnerColumn) => {
|
||||
|
||||
return (
|
||||
<TableColumnContainer {...props}>
|
||||
<Skeleton containerClassName={styles.skeleton} enableAnimation />
|
||||
<Skeleton containerClassName={styles.skeleton} />
|
||||
</TableColumnContainer>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user