forked from abner/for-legacy-web
Fix notifications playing in servers.
This commit is contained in:
@@ -233,6 +233,9 @@ const NotifierComponent = connectState(
|
||||
export default function Notifications() {
|
||||
return (
|
||||
<Switch>
|
||||
<Route path="/server/:server/channel/:channel">
|
||||
<NotifierComponent />
|
||||
</Route>
|
||||
<Route path="/channel/:channel">
|
||||
<NotifierComponent />
|
||||
</Route>
|
||||
|
||||
Reference in New Issue
Block a user