mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31:13 +00:00
Fixing lint
This commit is contained in:
parent
ae18b91292
commit
2cbdcba47b
1 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@ import {
|
||||||
debounce,
|
debounce,
|
||||||
isImage,
|
isImage,
|
||||||
toast,
|
toast,
|
||||||
randomStr,
|
|
||||||
setupTippy,
|
setupTippy,
|
||||||
hostname,
|
hostname,
|
||||||
pictrsDeleteToast,
|
pictrsDeleteToast,
|
||||||
|
@ -71,7 +70,6 @@ interface PostFormState {
|
||||||
}
|
}
|
||||||
|
|
||||||
export class PostForm extends Component<PostFormProps, PostFormState> {
|
export class PostForm extends Component<PostFormProps, PostFormState> {
|
||||||
private id = `post-form-${randomStr()}`;
|
|
||||||
private subscription: Subscription;
|
private subscription: Subscription;
|
||||||
private choices: any;
|
private choices: any;
|
||||||
private emptyState: PostFormState = {
|
private emptyState: PostFormState = {
|
||||||
|
|
Loading…
Reference in a new issue