mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: style the billing page
This commit is contained in:
@@ -58,6 +58,7 @@ function DashboardTopbarUser({
|
||||
}
|
||||
/>
|
||||
<MenuDivider />
|
||||
<MenuItem text={'Billing'} onClick={() => history.push('/billing')} />
|
||||
<MenuItem
|
||||
text={<T id={'keyboard_shortcuts'} />}
|
||||
onClick={onKeyboardShortcut}
|
||||
@@ -79,6 +80,4 @@ function DashboardTopbarUser({
|
||||
</Popover>
|
||||
);
|
||||
}
|
||||
export default compose(
|
||||
withDialogActions,
|
||||
)(DashboardTopbarUser);
|
||||
export default compose(withDialogActions)(DashboardTopbarUser);
|
||||
|
||||
Reference in New Issue
Block a user