mirror of
https://github.com/immich-app/immich.git
synced 2025-12-01 15:59:51 +09:00
Fix web lint issues
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
export let user: UserResponseDto;
|
||||
|
||||
// Avatar Size In Pixel
|
||||
export let size: number = 48;
|
||||
export let size = 48;
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user