mistercrunch commented on a change in pull request #10853:
URL: 
https://github.com/apache/incubator-superset/pull/10853#discussion_r488152336



##########
File path: docs/src/pages/community.tsx
##########
@@ -125,7 +123,11 @@ const Community = () => {
               dataSource={links}
               renderItem={([href, link, post]) => (
                 <List.Item>
-                  <a href={href}>{link}</a> - {post}
+                  <a href={href}>{link}</a>
+                  {' '}

Review comment:
       I think the linter might have done this(?), I have to dbl check




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to