fix: auto-increment journal number.

WIP: customer form.
This commit is contained in:
Ahmed Bouhuolia
2020-11-08 16:24:13 +02:00
parent 08f1a8136b
commit 1bc719dea7
16 changed files with 451 additions and 378 deletions

View File

@@ -87,7 +87,7 @@ function Row ({
cols = propValue;
}
const infix = brkPoint !== 'xs' ? `-${brkPoint}` : '';
const infix = `-${brkPoint}`;
if (cols != null) classes.push(`${sizePrefix}${infix}-${cols}`);
});