]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/post/post-listings.tsx
component classes v2
[lemmy-ui.git] / src / shared / components / post / post-listings.tsx
index e6c7e5f68957cb37ca5a5bafb1e6fb8927c7c584..1b2e9e8666d6d281be12caf50c2f0efcbfbd7d16 100644 (file)
@@ -66,7 +66,7 @@ export class PostListings extends Component<PostListingsProps, any> {
 
   render() {
     return (
-      <div>
+      <div className="post-listings">
         {this.posts.length > 0 ? (
           this.posts.map((post_view, idx) => (
             <>