Skip to content

Commit

Permalink
refactor: encapsulate comment in curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Jan 8, 2019
1 parent 9d80939 commit ce6c180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default class PatternLayout extends Component<Props> {
An error occurred while trying to fetch the data
</Alert>
}
/* Only display results if query completed and a route is selected. */
{/* Only display results if query completed and a route is selected. */}
{fetched && routeFilter &&
<Row style={{marginTop: 20}}>
<Col xs={12}>
Expand Down

0 comments on commit ce6c180

Please sign in to comment.