mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
Revert "fix: try to comment FinancialSkeletonTable component."
This reverts commit e3f2c82a38.
This commit is contained in:
@@ -42,7 +42,7 @@ export function FinancialSheetSkeleton({
|
|||||||
</FinancialSheetDate>
|
</FinancialSheetDate>
|
||||||
|
|
||||||
<FinancialSheetTable>
|
<FinancialSheetTable>
|
||||||
<DataTable
|
<FinancialSkeletonTable
|
||||||
columns={skeletonTableColumns}
|
columns={skeletonTableColumns}
|
||||||
data={[]}
|
data={[]}
|
||||||
noInitialFetch={true}
|
noInitialFetch={true}
|
||||||
@@ -73,4 +73,12 @@ FinancialSheetSkeleton.defaultProps = {
|
|||||||
align: Align.Right,
|
align: Align.Right,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const FinancialSkeletonTable = styled(DataTable)`
|
||||||
|
.table .th .skeleton,
|
||||||
|
.table .td .skeleton {
|
||||||
|
margin-top: 4px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user