Users: Display driver headshot template if user doesn't have avatar
This commit is contained in:
@ -80,7 +80,7 @@ export const load: PageServerLoad = async ({ fetch, locals }) => {
|
||||
return races;
|
||||
};
|
||||
|
||||
// TODO: Duplicated code from data/season/+layout.server.ts
|
||||
// TODO: Duplicated code from data/season/+layout.server.ts + users/+page.server.ts
|
||||
const fetch_graphics = async (): Promise<Graphic[]> => {
|
||||
const graphics: Graphic[] = await locals.pb
|
||||
.collection("graphics")
|
||||
|
||||
Reference in New Issue
Block a user