improve some texts + styles
This commit is contained in:
@@ -61,6 +61,11 @@ async function OrdersPage() {
|
||||
</React.Fragment>
|
||||
)
|
||||
})}
|
||||
{analysisOrders.length === 0 && (
|
||||
<h5 className="mt-6">
|
||||
<Trans i18nKey="orders:noOrders" />
|
||||
</h5>
|
||||
)}
|
||||
</PageBody>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user