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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user