]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-watch-routing.module.ts
Translate tab heads
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-watch-routing.module.ts
index 72f76ab468fc080bdc2b65c642547fd8e851fea7..bdd4f945e86798baab1434bcc0b6b8aa6386ebe9 100644 (file)
@@ -10,11 +10,6 @@ const videoWatchRoutes: Routes = [
     path: '',
     component: VideoWatchComponent,
     canActivate: [ MetaGuard ]
-  },
-  {
-    path: 'comment/:commentId',
-    component: VideoWatchComponent,
-    canActivate: [ MetaGuard ]
   }
 ]