File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export class EditFileAttachment extends React.Component {
4242 render ( ) {
4343 const { onCancel, onConfirm, projectMembers, loggedInUser } = this . props
4444 const { title, allowedUsers } = this . state
45- const showVisibleToAllProjectMembersText = allowedUsers && allowedUsers . length > 0 ? false : true ;
45+ const showVisibleToAllProjectMembersText = allowedUsers . length > 0 ? false : true
4646 return (
4747 < div className = "modal delete-link-modal" >
4848 < div className = "modal-title danger" >
@@ -59,7 +59,7 @@ export class EditFileAttachment extends React.Component {
5959 selectedUsers = { this . userIdsToHandles ( allowedUsers ) . join ( ',' ) }
6060 />
6161 { showVisibleToAllProjectMembersText && < div className = "project-members-visible" >
62- There are no specified file viewers. File will be visible to all project members
62+ There are no specified file viewers. File will be visible to all project members.
6363 </ div > }
6464 < br />
6565
You can’t perform that action at this time.
0 commit comments