Skip to content

Commit dc1632d

Browse files
committed
Update Introduction.md
1 parent d3f0bc5 commit dc1632d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const Inbox = React.createClass({
178178
<div>
179179
<h2>Inbox</h2>
180180
{/* Render the child route component */}
181-
{this.props.children || "Welcome to your Inbox"}
181+
{this.props.children}
182182
</div>
183183
)
184184
}

0 commit comments

Comments
 (0)