aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-support-modal/support-modal.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-support-modal/support-modal.component.ts')
-rw-r--r--client/src/app/shared/shared-support-modal/support-modal.component.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-support-modal/support-modal.component.ts b/client/src/app/shared/shared-support-modal/support-modal.component.ts
index ae603c7a8..a0b9fada6 100644
--- a/client/src/app/shared/shared-support-modal/support-modal.component.ts
+++ b/client/src/app/shared/shared-support-modal/support-modal.component.ts
@@ -6,8 +6,7 @@ import { VideoChannel } from '@shared/models'
6 6
7@Component({ 7@Component({
8 selector: 'my-support-modal', 8 selector: 'my-support-modal',
9 templateUrl: './support-modal.component.html', 9 templateUrl: './support-modal.component.html'
10 styleUrls: [ './support-modal.component.scss' ]
11}) 10})
12export class SupportModalComponent { 11export class SupportModalComponent {
13 @Input() video: VideoDetails = null 12 @Input() video: VideoDetails = null