Skip to content

Commit

Permalink
bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
olegchursin committed Mar 30, 2018
1 parent 99ae80e commit 2808483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/text/TextSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const TextSummary = (props) => {
let component;
if (props.isLoading) {
component = <Loader active inline='centered'>Loading</Loader>
} else if (props.summary.length) {
} else if (props.summary) {
component = <div>
<p>{props.summary}</p>
<div className="tag-powered-by">
Expand Down

0 comments on commit 2808483

Please sign in to comment.