From: ayan4m1 Date: Thu, 15 Jun 2023 12:31:36 +0000 (-0400) Subject: remove explicit types X-Git-Url: http://these/git/?a=commitdiff_plain;h=1dd8cb09949255593b3a58bd447ac9915b1d41c6;p=lemmy-ui.git remove explicit types --- diff --git a/src/shared/components/post/post-listings.tsx b/src/shared/components/post/post-listings.tsx index 294b949..00370f0 100644 --- a/src/shared/components/post/post-listings.tsx +++ b/src/shared/components/post/post-listings.tsx @@ -68,7 +68,7 @@ export class PostListings extends Component { return (
{this.posts.length > 0 ? ( - this.posts.map((post_view: PostView, idx: number) => ( + this.posts.map((post_view, idx) => ( <>