Skip to content

Commit

Permalink
fix(studio): dm title in emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Sep 12, 2019
1 parent 97209a5 commit 87cc95b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Dialog: SFC<Props> = props => {

return (
<div className={style.block}>
<H4>Dialog manager</H4>
<H4>Dialog Manager</H4>
<Decision decision={props.decision} />
{props.stacktrace && props.stacktrace.length > 0 && <Flow stacktrace={props.stacktrace} />}
{props.suggestions && props.suggestions.length > 0 && <Suggestions suggestions={props.suggestions} />}
Expand Down

0 comments on commit 87cc95b

Please sign in to comment.