Skip to content

Commit 9453d98

Browse files
committed
fix: lint
1 parent 50edf8a commit 9453d98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/projects/list/components/Projects/Projects.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ class Projects extends Component {
206206
const setIsAcceptingInvite = (isAccepting) => {
207207
const { isAcceptingInvite } = this.state
208208

209-
this.setState({ isAcceptingInvite: {
209+
this.setState({
210+
isAcceptingInvite: {
210211
...isAcceptingInvite,
211212
[project.id]: isAccepting
212213
}

0 commit comments

Comments
 (0)