|
|
@ -73,7 +73,7 @@ export class InviteFriendsDialog extends React.Component<Props, State> {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{hasFriends ? null : (
|
|
|
|
{hasFriends ? null : (
|
|
|
|
<p className="no-friends">`(${window.i18n('noFriendsToAdd')})`</p>
|
|
|
|
<p className="no-friends">{window.i18n('noFriendsToAdd')}</p>
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
<div className="buttons">
|
|
|
|
<div className="buttons">
|
|
|
|
<button className="cancel" tabIndex={0} onClick={this.closeDialog}>
|
|
|
|
<button className="cancel" tabIndex={0} onClick={this.closeDialog}>
|
|
|
|