]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/app/videos/video-list/video-sort.component.ts
Move scripty and node sass into the main dependencies
[github/Chocobozzz/PeerTube.git] / client / app / videos / video-list / video-sort.component.ts
index d00d7ed4968250af33e16c5fee04a8480d4d1c2e..2cb810ff567c005ef0efead6fb662b3633a5e669 100644 (file)
@@ -4,7 +4,6 @@ import { SortField } from '../shared/index';
 
 @Component({
   selector: 'my-video-sort',
-  // styleUrls: [ 'app/angular/videos/components/list/video-sort.component.css' ],
   templateUrl: 'client/app/videos/video-list/video-sort.component.html'
 })
 
@@ -26,7 +25,7 @@ export class VideoSortComponent {
     return Object.keys(this.sortChoices);
   }
 
-  getStringChoice(choiceKey: SortField): string {
+  getStringChoice(choiceKey: SortField) {
     return this.sortChoices[choiceKey];
   }