Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
deep link improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
talhasch committed Oct 13, 2019
1 parent a177c48 commit 18965b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/Sps.js
Expand Up @@ -20,6 +20,7 @@ import LoginRequired from './helpers/LoginRequired';
import QuickProfile from './helpers/QuickProfile';
import EntryLink from './helpers/EntryLink';
import AccountLink from './helpers/AccountLink';
import DeepLinkHandler from './helpers/DeepLinkHandler';

import parseToken from '../utils/parse-token';
import authorReputation from '../utils/author-reputation';
Expand Down Expand Up @@ -593,6 +594,7 @@ class Sps extends PureComponent {
)}
</div>
<AppFooter {...this.props} />
<DeepLinkHandler {...this.props} />
</div>
);
}
Expand Down

0 comments on commit 18965b4

Please sign in to comment.