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

Fix notifications playing in servers.

parent 8a167248
No related merge requests found
......@@ -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>
......
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