]> Untitled Git - lemmy-ui.git/commitdiff
Fixing lint
authorDessalines <tyhou13@gmx.com>
Tue, 9 Feb 2021 17:01:36 +0000 (12:01 -0500)
committerDessalines <tyhou13@gmx.com>
Tue, 9 Feb 2021 17:01:36 +0000 (12:01 -0500)
src/shared/components/post-form.tsx

index 4435f29f45cdfc4f79441039b033dfb58922930a..d25b455ae2f6f830e762324dc358a79cf2888301 100644 (file)
@@ -26,7 +26,6 @@ import {
   debounce,
   isImage,
   toast,
-  randomStr,
   setupTippy,
   hostname,
   pictrsDeleteToast,
@@ -71,7 +70,6 @@ interface PostFormState {
 }
 
 export class PostForm extends Component<PostFormProps, PostFormState> {
-  private id = `post-form-${randomStr()}`;
   private subscription: Subscription;
   private choices: any;
   private emptyState: PostFormState = {