mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 15:28:53 +08:00
Fix typo.
This commit is contained in:
@@ -29,7 +29,7 @@ export class IgnoredUsers extends Component {
|
||||
<dd className={styles.stopListening}>
|
||||
<a
|
||||
onClick={() => stopIgnoring({id})}
|
||||
className={styles.link}>{t('framwork.stop_ignoring')}</a>
|
||||
className={styles.link}>{t('framework.stop_ignoring')}</a>
|
||||
</dd>
|
||||
</span>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user