Skip to content

Commit ec0dd56

Browse files
authored
Update Notification.js
No reason to have the else there.
1 parent e7ea1d5 commit ec0dd56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Notification.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class Notification extends React.Component {
2424
if (window.Notification.permission === PERMISSION_GRANTED) {
2525
granted = true;
2626
}
27-
} else {
28-
supported = false;
2927
}
3028

3129
this.state = {

0 commit comments

Comments
 (0)