Skip to content

Commit f3b64fa

Browse files
committed
fix(Tablets): properly display tablets in grid
1 parent c09b33c commit f3b64fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tablets/Tablets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class Tablets extends React.Component {
150150
const {stateFilter, typeFilter, className} = this.props;
151151

152152
return (
153-
<div className={(b(), className)}>
153+
<div className={b(null, className)}>
154154
<div className={b('header')}>
155155
<Select
156156
className={b('filter-control')}

0 commit comments

Comments
 (0)