grid sorting

This commit is contained in:
Jan Prochazka
2020-04-04 11:06:27 +02:00
parent a3e9ba61af
commit 7b8a604957
7 changed files with 57 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ export function FontIcon({ icon, ...props }) {
if (_.includes(parts, 'spin')) className += ' fa-spin';
const style = props.style || {};
const style = { ...props.style };
const last = parts[parts.length - 1];
if (last && last != 'spin') {