multiple breakpoints
This commit is contained in:
@@ -15,7 +15,7 @@ export function toDots(
|
||||
|
||||
return {
|
||||
...acc,
|
||||
[`${path}${key}`]: value,
|
||||
[`${path}${key}`]: typeof value === 'string' ? value.trim() : value,
|
||||
};
|
||||
}, {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user