diff options
Diffstat (limited to 'vnext/src/components/Thread.js')
-rw-r--r-- | vnext/src/components/Thread.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Thread.js b/vnext/src/components/Thread.js index a1255fd5..079674a7 100644 --- a/vnext/src/components/Thread.js +++ b/vnext/src/components/Thread.js @@ -131,7 +131,7 @@ export default class Thread extends React.Component { </> ) : ( <> - <span> · </span>{this.state.active === msg.rid || <Button className="a-login">Reply</Button>} + <span> · </span>{this.state.active === msg.rid || <Button>Reply</Button>} </> ) } |