Cleanup some client FIXME
[oweals/peertube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channel-edit.ts
index 7479442d1f1beb285e54cbc1f97be63d01b49e9d..355cb4f55b4e8f188b2648cfe3a515054b4139be 100644 (file)
@@ -9,7 +9,7 @@ export abstract class MyAccountVideoChannelEdit extends FormReactive {
   abstract isCreation (): boolean
   abstract getFormButtonTitle (): string
 
-  // FIXME: We need this method so angular does not complain in the child template
+  // We need this method so angular does not complain in child template that doesn't need this
   onAvatarChange (formData: FormData) { /* empty */ }
 
   // Should be implemented by the child