hide reservations if there are none; clean code
All checks were successful
CI/CD Pipeline / test (push) Successful in 11m6s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2024-03-30 09:17:32 +01:00
parent 649169c192
commit 0ba2590bfd
3 changed files with 17 additions and 17 deletions

View File

@ -13,9 +13,8 @@ use tera::Context;
use crate::{
model::{
boat::Boat,
boatdamage::{BoatDamage, BoatDamageFixed, BoatDamageToAdd, BoatDamageVerified},
boatreservation::{BoatReservation, BoatReservationToAdd},
user::{AdminUser, CoxUser, DonauLinzUser, TechUser, User, UserWithRoles},
user::{DonauLinzUser, User, UserWithRoles},
},
tera::log::KioskCookie,
};