]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/comment/comment-nodes.tsx
Make pages use query params instead of route params where appropriate (#977)
[lemmy-ui.git] / src / shared / components / comment / comment-nodes.tsx
index a053f9929d2f1c193a0201c260ebdcd9d58d0410..c8fd1cfc689d74d8454dcd7727466e1bff67e7e5 100644 (file)
@@ -28,7 +28,7 @@ interface CommentNodesProps {
 }
 
 export class CommentNodes extends Component<CommentNodesProps, any> {
-  constructor(props: any, context: any) {
+  constructor(props: CommentNodesProps, context: any) {
     super(props, context);
   }