mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 08:39:09 +03:00
dangling Divider
This commit is contained in:
@@ -502,7 +502,7 @@ const ApplicationSettings = () => {
|
|||||||
) : (
|
) : (
|
||||||
boardProfileItems
|
boardProfileItems
|
||||||
)}
|
)}
|
||||||
<Divider />
|
{(data.board_profile === 'CUSTOM' || data.developer_mode) && <Divider />}
|
||||||
{(data.board_profile === 'CUSTOM' || data.developer_mode) && (
|
{(data.board_profile === 'CUSTOM' || data.developer_mode) && (
|
||||||
<MenuItem key={'CUSTOM'} value={'CUSTOM'}>
|
<MenuItem key={'CUSTOM'} value={'CUSTOM'}>
|
||||||
{LL.CUSTOM()}…
|
{LL.CUSTOM()}…
|
||||||
|
|||||||
Reference in New Issue
Block a user