Oprava zobrazování textu, narovnání code style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user