Skip to content

Commit e6edd0b

Browse files
committed
fmt
1 parent b7e0808 commit e6edd0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

containers/UsersContent/IndexContent.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,10 @@ class IndexContent extends React.Component {
166166
}
167167

168168
render() {
169-
const { data, restProps: { usersLoading } } = this.props
169+
const {
170+
data,
171+
restProps: { usersLoading },
172+
} = this.props
170173

171174
return (
172175
<div>

0 commit comments

Comments
 (0)