Fixed typo on notifications state (#2047)
This commit is contained in:
parent
6a9b97b30d
commit
01ee5ab926
1 changed files with 2 additions and 2 deletions
|
|
@ -733,13 +733,13 @@ export default class Chat extends Component {
|
|||
} else if (notificationsPermission === 'granted') {
|
||||
notificationsState = (
|
||||
<div className="chat_chatconfig chat_chatconfig--on">
|
||||
Notificatins On
|
||||
Notifications On
|
||||
</div>
|
||||
);
|
||||
} else if (notificationsPermission === 'denied') {
|
||||
notificationsState = (
|
||||
<div className="chat_chatconfig chat_chatconfig--off">
|
||||
Notificatins Off
|
||||
Notifications Off
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue