fix(Invoice|Bill): draft status round tag.

This commit is contained in:
a.bouhuolia
2021-12-16 14:48:38 +02:00
parent 9bd047917d
commit fcd1a8849d
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ export function StatusAccessor(bill) {
</If>
</Choose.When>
<Choose.Otherwise>
<Tag minimal={true}>
<Tag minimal={true} round={true}>
<T id={'draft'} />
</Tag>
</Choose.Otherwise>