mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
message optional in MessageBox
This commit is contained in:
@@ -264,7 +264,7 @@ const Dashboard = () => {
|
||||
</Box>
|
||||
|
||||
{!loading && !hasFavEntities && (
|
||||
<MessageBox my={1} level="info" message="">
|
||||
<MessageBox my={1} level="info">
|
||||
<Typography>
|
||||
{LL.NO_DATA_1()}
|
||||
<Link to="/customizations" style={{ color: 'white' }}>
|
||||
|
||||
Reference in New Issue
Block a user