diff --git a/index.js b/index.js index 00e7242..abfd12d 100644 --- a/index.js +++ b/index.js @@ -182,7 +182,7 @@ class SettingsList extends React.Component { {item.icon} {item.isAuth ? - + : - + {titleInfoPosition === 'Bottom' ? {item.isEditable ? this._itemEditableBlock(item, inde, 'Bottom') : this._itemTitleBlock(item, index, 'Bottom')}