improve some texts + styles

This commit is contained in:
2025-09-10 07:11:18 +03:00
parent 0c764f82e5
commit 0328e518b6
11 changed files with 32 additions and 11 deletions

View File

@@ -61,6 +61,11 @@ async function OrdersPage() {
</React.Fragment>
)
})}
{analysisOrders.length === 0 && (
<h5 className="mt-6">
<Trans i18nKey="orders:noOrders" />
</h5>
)}
</PageBody>
</>
);