fix: try to comment FinancialSkeletonTable component.

This commit is contained in:
a.bouhuolia
2022-02-18 19:29:12 +02:00
parent 030be9652c
commit e3f2c82a38

View File

@@ -42,7 +42,7 @@ export function FinancialSheetSkeleton({
</FinancialSheetDate>
<FinancialSheetTable>
<FinancialSkeletonTable
<DataTable
columns={skeletonTableColumns}
data={[]}
noInitialFetch={true}
@@ -73,12 +73,4 @@ FinancialSheetSkeleton.defaultProps = {
align: Align.Right,
},
],
};
const FinancialSkeletonTable = styled(DataTable)`
.table .th .skeleton,
.table .td .skeleton {
margin-top: 4px;
margin-bottom: 4px;
}
`;
};