mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-15 17:50:48 +02:00
fix: formatting
This commit is contained in:
parent
2a7e977207
commit
3d17f6da6b
@ -115,7 +115,9 @@ const InvoiceList = () => {
|
||||
</div>
|
||||
</PageContent>
|
||||
}
|
||||
elseShow={<PageContent>{isLoaded && 'No invoices to show.'}</PageContent>}
|
||||
elseShow={
|
||||
<PageContent>{isLoaded && 'No invoices to show.'}</PageContent>
|
||||
}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user