1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

fix: formatting

This commit is contained in:
Tymoteusz Czech 2023-08-18 09:17:00 +02:00
parent 2a7e977207
commit 3d17f6da6b
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -115,7 +115,9 @@ const InvoiceList = () => {
</div>
</PageContent>
}
elseShow={<PageContent>{isLoaded && 'No invoices to show.'}</PageContent>}
elseShow={
<PageContent>{isLoaded && 'No invoices to show.'}</PageContent>
}
/>
);
};