diff --git a/src/components/TextOutput.js b/src/components/TextOutput.js index 4f7cd83..fcf6779 100644 --- a/src/components/TextOutput.js +++ b/src/components/TextOutput.js @@ -24,10 +24,9 @@ export const TextOutput = () => { const isSentenceStart = sentences.includes(wordBeginning) return ( - <> + {isWordStart && ' '} { > {segment} - + ) })}