Commit 74975dc6 authored by Neosoulink's avatar Neosoulink
Browse files

style: code formatting

parent 77f07c31
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -110,9 +110,8 @@ export class BasicInfoFormComponent implements OnDestroy, OnInit {
					Validators.required,
					(control: AbstractControl) => {
						const value = control.value;
						const hasImage = BasicInfoFormComponent.hasValidImage(
							value
						);
						const hasImage =
							BasicInfoFormComponent.hasValidImage(value);
						if (hasImage) {
							return null;
						} else {