Skip to content

Commit 9548298

Browse files
committed
eslint fix
1 parent acdcaab commit 9548298

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

containers/CommunitiesContent/PostsContent.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,10 @@ class PostsContent extends React.Component {
172172
*/
173173

174174
render() {
175-
const { data, restProps: { communitiesLoading } } = this.props
175+
const {
176+
data,
177+
restProps: { communitiesLoading },
178+
} = this.props
176179
return (
177180
<div>
178181
{data ? (

0 commit comments

Comments
 (0)