Skip to content
Snippets Groups Projects
Commit 99687921 authored by insert's avatar insert
Browse files

Fix notifications playing in servers.

parent 8a167248
Branches
No related merge requests found
...@@ -233,6 +233,9 @@ const NotifierComponent = connectState( ...@@ -233,6 +233,9 @@ const NotifierComponent = connectState(
export default function Notifications() { export default function Notifications() {
return ( return (
<Switch> <Switch>
<Route path="/server/:server/channel/:channel">
<NotifierComponent />
</Route>
<Route path="/channel/:channel"> <Route path="/channel/:channel">
<NotifierComponent /> <NotifierComponent />
</Route> </Route>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment