We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6775529 commit 65ddbedCopy full SHA for 65ddbed
src/components/themr.js
@@ -167,13 +167,13 @@ export function themeable(original = {}, mixin) {
167
168
//merging reducer
169
(result, key) => {
170
-
+
171
const originalValue = typeof original[key] !== 'function'
172
- ? (original[key] || '')
173
- : '';
+ ? (original[key] || '')
+ : ''
174
const mixinValue = typeof mixin[key] !== 'function'
175
- ? (mixin[key] || '')
176
+ ? (mixin[key] || '')
177
178
let newValue
179
0 commit comments