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 f204f12 commit 1cb0a70Copy full SHA for 1cb0a70
src/components/layout/col.js
@@ -36,7 +36,7 @@ export default (resolve, reject) => {
36
const breakpoints = getBreakpointsUp()
37
38
// Memoized function for better performance
39
- export const computeBkPtClass = memoize(function computeBkPt(type, breakpoint, val) {
+ const computeBkPtClass = memoize(function computeBkPt(type, breakpoint, val) {
40
let className = type
41
if (val === false || val === null || val === undefined) {
42
return undefined
0 commit comments