Merge pull request #988 from automatisch/show-alert-for-task-usage
feat: show usage alert as of threshold
This commit is contained in:
@@ -51,9 +51,7 @@ const ReconnectConnection = (props: any): React.ReactElement => {
|
||||
|
||||
export default function Application(): React.ReactElement | null {
|
||||
const theme = useTheme();
|
||||
const matchSmallScreens = useMediaQuery(theme.breakpoints.down('md'), {
|
||||
noSsr: true,
|
||||
});
|
||||
const matchSmallScreens = useMediaQuery(theme.breakpoints.down('md'));
|
||||
const formatMessage = useFormatMessage();
|
||||
const connectionsPathMatch = useMatch({
|
||||
path: URLS.APP_CONNECTIONS_PATTERN,
|
||||
|
Reference in New Issue
Block a user