Oprava zobrazování textu, narovnání code style

This commit is contained in:
2023-06-17 09:29:15 +02:00
parent 89fc27b087
commit 45c2f9e264
4 changed files with 27 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ export default function PizzaOrderList({ state, orders, onDelete }: { state: Sta
const auth = useAuth();
if (!orders?.length) {
return <p><i>Zatím žádné objednávky...</i></p>
return <p className="mt-3"><i>Zatím žádné objednávky...</i></p>
}
return <Table className="mt-3" striped bordered hover>