mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
fix: edit payment transaction
This commit is contained in:
@@ -101,11 +101,11 @@ export function ActionsCell(props) {
|
||||
*/
|
||||
export function PublishAccessor(row) {
|
||||
return row.is_published ? (
|
||||
<Tag round={true} minimal={true}>
|
||||
<Tag round>
|
||||
<T id={'published'} />
|
||||
</Tag>
|
||||
) : (
|
||||
<Tag round={true} minimal={true} intent={Intent.WARNING}>
|
||||
<Tag round minimal intent={Intent.WARNING}>
|
||||
<T id={'draft'} />
|
||||
</Tag>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user