Small changes and code clean-up
Этот коммит содержится в:
@@ -135,8 +135,6 @@ func createUser(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||
user.EmailVerified = true
|
||||
}
|
||||
|
||||
user.EmailVerified = true;
|
||||
|
||||
ruser := CreateUser(c, team, user)
|
||||
if c.Err != nil {
|
||||
return
|
||||
|
||||
@@ -83,7 +83,7 @@ module.exports = React.createClass({
|
||||
(moreChannels.length ?
|
||||
<table className="more-channel-table table">
|
||||
<tbody>
|
||||
{this.state.channels.map(function(channel) {
|
||||
{moreChannels.map(function(channel) {
|
||||
return (
|
||||
<tr key={channel.id}>
|
||||
<td>
|
||||
|
||||
Ссылка в новой задаче
Block a user