mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 17:25:35 +03:00
@@ -28,5 +28,5 @@ export const searchNameLocal = (
|
||||
};
|
||||
|
||||
export const getPersonNameWithHiddenValue = derived(t, ($t) => {
|
||||
return (name: string, isHidden: boolean) => $t('person_hidden', { values: { name: name, hidden: isHidden } });
|
||||
return (name: string, isHidden: boolean) => $t('person_hidden', { values: { name, hidden: isHidden } });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user