dangling Divider

This commit is contained in:
MichaelDvP
2026-01-11 16:27:49 +01:00
parent 8379b3f5aa
commit 4dbbdb3290

View File

@@ -502,7 +502,7 @@ const ApplicationSettings = () => {
) : (
boardProfileItems
)}
<Divider />
{(data.board_profile === 'CUSTOM' || data.developer_mode) && <Divider />}
{(data.board_profile === 'CUSTOM' || data.developer_mode) && (
<MenuItem key={'CUSTOM'} value={'CUSTOM'}>
{LL.CUSTOM()}&hellip;