apply suggestions

This commit is contained in:
grafixeyehero 2021-11-20 16:15:42 +03:00
parent aaa69d92fe
commit 3c32e871ab
3 changed files with 10 additions and 5 deletions

View file

@ -7,7 +7,7 @@ import ButtonElement from '../dashboard/users/ButtonElement';
import CheckBoxElement from '../dashboard/users/CheckBoxElement';
import CheckBoxListItem from '../dashboard/users/CheckBoxListItem';
import InputElement from '../dashboard/users/InputElement';
import LnkEditUserPreferences from '../dashboard/users/LnkEditUserPreferences';
import LinkEditUserPreferences from '../dashboard/users/LinkEditUserPreferences';
import SectionTitleLinkElement from '../dashboard/users/SectionTitleLinkElement';
import SelectElement from '../dashboard/users/SelectElement';
import SelectSyncPlayAccessElement from '../dashboard/users/SelectSyncPlayAccessElement';
@ -274,7 +274,7 @@ const UserEditPage: FunctionComponent = () => {
className='lnkEditUserPreferencesContainer'
style={{paddingBottom: '1em'}}
>
<LnkEditUserPreferences
<LinkEditUserPreferences
className= 'lnkEditUserPreferences button-link'
title= 'ButtonEditOtherUserPreferences'
/>