feat: show usage alert as of threshold
This commit is contained in:
@@ -12,6 +12,7 @@ import AccountCircleIcon from '@mui/icons-material/AccountCircle';
|
||||
|
||||
import * as URLS from 'config/urls';
|
||||
import AccountDropdownMenu from 'components/AccountDropdownMenu';
|
||||
import UsageAlert from 'components/UsageAlert/index.ee';
|
||||
import Container from 'components/Container';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
import { Link } from './style';
|
||||
@@ -81,6 +82,8 @@ export default function AppBar(props: AppBarProps): React.ReactElement {
|
||||
</Toolbar>
|
||||
</Container>
|
||||
|
||||
<UsageAlert />
|
||||
|
||||
<AccountDropdownMenu
|
||||
anchorEl={accountMenuAnchorElement}
|
||||
id={accountMenuId}
|
||||
|
Reference in New Issue
Block a user