Fix building bug

master
Max 5 years ago
parent d58d64d09e
commit a7b3220a4e

@ -20,7 +20,7 @@ export class FeedComponent implements OnInit {
public uploading = false; public uploading = false;
public profilePictureUrl: BehaviorSubject<string | null>; public profilePictureUrl: BehaviorSubject<string | null>;
private file; private file;
private fileType; fileType;
public localFileUrl; public localFileUrl;
checked = false; // if the "I protected the environment."-box is checked checked = false; // if the "I protected the environment."-box is checked

Loading…
Cancel
Save