From: Dessalines Date: Tue, 9 Feb 2021 17:01:36 +0000 (-0500) Subject: Fixing lint X-Git-Url: http://these/git/?a=commitdiff_plain;h=2cbdcba47b7142bf49583eea5621507ac86c5575;p=lemmy-ui.git Fixing lint --- diff --git a/src/shared/components/post-form.tsx b/src/shared/components/post-form.tsx index 4435f29..d25b455 100644 --- a/src/shared/components/post-form.tsx +++ b/src/shared/components/post-form.tsx @@ -26,7 +26,6 @@ import { debounce, isImage, toast, - randomStr, setupTippy, hostname, pictrsDeleteToast, @@ -71,7 +70,6 @@ interface PostFormState { } export class PostForm extends Component { - private id = `post-form-${randomStr()}`; private subscription: Subscription; private choices: any; private emptyState: PostFormState = {