mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: auto-increment journal number.
WIP: customer form.
This commit is contained in:
@@ -87,7 +87,7 @@ function Row ({
|
||||
cols = propValue;
|
||||
}
|
||||
|
||||
const infix = brkPoint !== 'xs' ? `-${brkPoint}` : '';
|
||||
const infix = `-${brkPoint}`;
|
||||
|
||||
if (cols != null) classes.push(`${sizePrefix}${infix}-${cols}`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user