mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-26 08:15:44 +00:00
refactor(FE): Refactor Card and SapronakClosingSkeleton components for
readability
This commit is contained in:
@@ -169,7 +169,10 @@ const ClosingOutgoingSapronaksTable = ({
|
||||
</div>
|
||||
|
||||
{isLoadingOutgoingSapronaks ? (
|
||||
<SapronakClosingSkeleton type='outgoing' columns={outgoingSapronaksColumns} />
|
||||
<SapronakClosingSkeleton
|
||||
type='outgoing'
|
||||
columns={outgoingSapronaksColumns}
|
||||
/>
|
||||
) : isResponseSuccess(outgoingSapronaks) &&
|
||||
outgoingSapronaks.data.length === 0 ? (
|
||||
<SapronakClosingSkeleton
|
||||
|
||||
Reference in New Issue
Block a user