mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat(design): fix issues in sidebar design.
feat(sales): reference number auto-increment optimizations. fix(payments): payment receive/made statement.
This commit is contained in:
@@ -24,6 +24,9 @@ import withSettings from 'containers/Settings/withSettings';
|
||||
import QuickNewDropdown from 'containers/QuickNewDropdown/QuickNewDropdown';
|
||||
import { compose } from 'utils';
|
||||
|
||||
/**
|
||||
* Dashboard topbar.
|
||||
*/
|
||||
function DashboardTopbar({
|
||||
// #withDashboard
|
||||
pageTitle,
|
||||
@@ -116,11 +119,7 @@ function DashboardTopbar({
|
||||
<div class="dashboard__breadcrumbs">
|
||||
<DashboardBreadcrumbs />
|
||||
</div>
|
||||
|
||||
{/* <div class="dashboard__organization-name">
|
||||
{ organizationName }
|
||||
</div> */}
|
||||
|
||||
|
||||
<DashboardBackLink />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user