mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: edit payment transaction
This commit is contained in:
@@ -72,7 +72,7 @@ export const SellPriceCell = ({ cell: { value } }) => {
|
||||
|
||||
export const ItemTypeAccessor = (row) => {
|
||||
return row.type_formatted ? (
|
||||
<Tag minimal={true} round={true} intent={Intent.NONE}>
|
||||
<Tag round intent={Intent.NONE}>
|
||||
{row.type_formatted}
|
||||
</Tag>
|
||||
) : null;
|
||||
|
||||
Reference in New Issue
Block a user