mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
💄 Prettier codebase
This commit is contained in:
@@ -7,7 +7,11 @@ export const AccessCustomization = () => {
|
||||
const form = useBoardCustomizationFormContext();
|
||||
return (
|
||||
<Stack>
|
||||
<Switch label={t('allowGuests.label')} description={t('allowGuests.description')} {...form.getInputProps('access.allowGuests', { type: 'checkbox' })} />
|
||||
<Switch
|
||||
label={t('allowGuests.label')}
|
||||
description={t('allowGuests.description')}
|
||||
{...form.getInputProps('access.allowGuests', { type: 'checkbox' })}
|
||||
/>
|
||||
</Stack>
|
||||
)
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user