Skip to content

Commit

Permalink
Merge branch 'develop' into poc/voice-parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored May 7, 2019
2 parents 297c144 + adf8220 commit 33f2b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/voice-search.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ storiesOf('VoiceSearch', module)
status({ isListening, transcript }) {
return `
<div class="layer listening-${isListening}">
<span>${transcript}</span>
<span>${transcript ? transcript : ''}</span>
</div>
`;
},
Expand Down

0 comments on commit 33f2b6a

Please sign in to comment.