Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fixes #5074 - Hide signin promo on not found pages if authenticated (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
punamdahiya authored and jaredhirsch committed Oct 30, 2018
1 parent 92fb0ea commit f60cd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/pages/not-found/view.js
Expand Up @@ -29,7 +29,7 @@ class Body extends React.Component {
return (
<reactruntime.BodyTemplate {...this.props}>
<div className="column-space full-height">
<Header hasLogo={true} />
<Header hasLogo={true} hasFxa={this.props.hasFxa} />
<div id="shot-index" className="flex-1">
<div className="no-shots" key="no-shots-found">
<Localized id="gNoShots" attrs={{alt: true}}>
Expand Down

0 comments on commit f60cd2f

Please sign in to comment.