Skip to content

Commit

Permalink
Restored bot name in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Apr 21, 2020
1 parent c41d6ff commit 62af88b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Composer/packages/client/src/components/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const Header = props => {
src={composerIcon}
/>
<span css={title}>{formatMessage('Bot Framework Composer')}</span>
<span css={botName}>{props.botName}</span>
{showUpdateAvailableIcon && (
<IconButton
iconProps={{ iconName: 'History' }}
Expand Down

0 comments on commit 62af88b

Please sign in to comment.