mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
remove unused function
This commit is contained in:
@@ -126,9 +126,6 @@ const ApplicationSettings = () => {
|
|||||||
const SecondsInputProps = {
|
const SecondsInputProps = {
|
||||||
endAdornment: <InputAdornment position="end">{LL.SECONDS()}</InputAdornment>
|
endAdornment: <InputAdornment position="end">{LL.SECONDS()}</InputAdornment>
|
||||||
};
|
};
|
||||||
const MilliSecondsInputProps = {
|
|
||||||
endAdornment: <InputAdornment position="end">ms</InputAdornment>
|
|
||||||
};
|
|
||||||
const MinutesInputProps = {
|
const MinutesInputProps = {
|
||||||
endAdornment: <InputAdornment position="end">{LL.MINUTES()}</InputAdornment>
|
endAdornment: <InputAdornment position="end">{LL.MINUTES()}</InputAdornment>
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user