Follow parent change

This commit is contained in:
KMY 2023-11-15 13:07:54 +09:00
parent 24371d6b2a
commit 9ba8d8f848
3 changed files with 10 additions and 26 deletions

View file

@ -226,7 +226,7 @@ class ListTimeline extends PureComponent {
</div>
<div className='setting-toggle'>
<Toggle id={`list-${id}-exclusive`} defaultChecked={isNotify} onChange={this.onNotifyToggle} />
<Toggle id={`list-${id}-exclusive`} checked={isNotify} onChange={this.onNotifyToggle} />
<label htmlFor={`list-${id}-notify`} className='setting-toggle__label'>
<FormattedMessage id='lists.notify' defaultMessage='Notify these posts' />
</label>