From: PFM Date: Sun, 25 Jun 2017 14:02:56 +0000 (+0900) Subject: Fix "undefined" in className (#3939) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=099a3b4eaccc37338eda9f45fc26991ea7115200;p=mastodon.git Fix "undefined" in className (#3939) --- diff --git a/app/javascript/mastodon/components/permalink.js b/app/javascript/mastodon/components/permalink.js index 5d3e4738d..0b7d0a65a 100644 --- a/app/javascript/mastodon/components/permalink.js +++ b/app/javascript/mastodon/components/permalink.js @@ -25,7 +25,7 @@ export default class Permalink extends React.PureComponent { const { href, children, className, ...other } = this.props; return ( - + {children} );