mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix(invoice details): add branch name.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import React from 'react';
|
||||
import { FeatureCan, FormattedMessage as T } from 'components';
|
||||
import { FormattedMessage as T } from 'components';
|
||||
import { Classes, Icon, H4, Button } from '@blueprintjs/core';
|
||||
|
||||
import withDrawerActions from 'containers/Drawer/withDrawerActions';
|
||||
|
||||
import styled from 'styled-components';
|
||||
import { Features } from 'common';
|
||||
import { compose } from 'utils';
|
||||
|
||||
/**
|
||||
@@ -35,9 +34,7 @@ function DrawerHeaderContent(props) {
|
||||
<Icon icon={icon} iconSize={Icon.SIZE_LARGE} />
|
||||
<H4>
|
||||
{title}
|
||||
<FeatureCan feature={Features.Branches}>
|
||||
<Subtitle>{subTitle}</Subtitle>
|
||||
</FeatureCan>
|
||||
<Subtitle>{subTitle}</Subtitle>
|
||||
</H4>
|
||||
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user