grouped and sorted licence categories display
This commit is contained in:
@@ -47,7 +47,7 @@ export async function handle({ event, resolve }) {
|
||||
event.locals.subscriptions = data.subscriptions;
|
||||
event.locals.user = data.user;
|
||||
event.locals.licence_categories = data.licence_categories;
|
||||
console.dir(event.locals.licence_categories);
|
||||
console.dir(event.locals.user);
|
||||
if (event.locals.user.date_of_birth) {
|
||||
event.locals.user.date_of_birth =
|
||||
event.locals.user.date_of_birth.split("T")[0];
|
||||
|
||||
Reference in New Issue
Block a user