fix: Made menu empty if no items.

Not too elegant of a solution, but works.
Going to do the same in print display of backend. Probably not gonna be elegant aswell.
This commit is contained in:
2025-05-20 22:02:51 +02:00
parent 92768ceda6
commit 45fb44712e
4 changed files with 26 additions and 9 deletions

View File

@@ -3,11 +3,11 @@ import { Moment } from "moment";
export interface Menu {
_id: string;
day: Moment;
sn?: {
sn: {
fancy: string[];
second: string;
};
ob?: {
ob: {
soup: string;
vege: string;
meal: string;