Skip to content

Commit

Permalink
updated the team nav button based on the suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
doh5 committed Apr 4, 2017
1 parent 6ff8d5e commit adf53ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/components/admin_console/admin_navbar_dropdown.jsx
Expand Up @@ -73,7 +73,7 @@ export default class AdminNavbarDropdown extends React.Component {
teams.push(
<li key={'team_' + team.name}>
<Link
id={Utils.createSafeId('swithTo'+team.name)}
id={'swithTo' + Utils.createSafeId(team.name)}
to={'/' + team.name + '/channels/town-square'}
>
<FormattedMessage
Expand Down

0 comments on commit adf53ed

Please sign in to comment.