Skip to content

Commit df52140

Browse files
committed
fix: lint
1 parent 8be4d60 commit df52140

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/TeamManagement/TeamManagement.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ const REMOVE_INVITATION_TITLE = 'You\'re about to remove an invitation'
2626
const REMOVE_TITLE = 'You\'re about to delete a member from the team'
2727
const LEAVE_TITLE = 'You\'re about to leave the project'
2828

29-
const LEAVE_MESSAGE = `Once you leave, somebody on your team has to add you back to the team to be able to see the project. Do you still want to leave?`
29+
const LEAVE_MESSAGE = `Once you leave, somebody on your team has to add you back to the team to be able to see the project.
30+
Do you still want to leave?`
3031

3132
const JOIN_MESSAGE = `You are about to join the project. Once you join you will be responsible for project delivery.
3233
Are you sure you want to join?`

0 commit comments

Comments
 (0)