diff --git a/interface/src/app/settings/ApplicationSettings.tsx b/interface/src/app/settings/ApplicationSettings.tsx index 6768f125d..0abf36959 100644 --- a/interface/src/app/settings/ApplicationSettings.tsx +++ b/interface/src/app/settings/ApplicationSettings.tsx @@ -126,9 +126,6 @@ const ApplicationSettings = () => { const SecondsInputProps = { endAdornment: {LL.SECONDS()} }; - const MilliSecondsInputProps = { - endAdornment: ms - }; const MinutesInputProps = { endAdornment: {LL.MINUTES()} };