Skip to content

Commit

Permalink
Update packages/peregrine/lib/talons/Header/useAccountTrigger.js
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen <sirugh@users.noreply.github.com>
  • Loading branch information
revanth0212 and sirugh committed Aug 5, 2020
1 parent 10d3a6a commit 5954897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/peregrine/lib/talons/Header/useAccountTrigger.js
Expand Up @@ -67,7 +67,7 @@ export const useAccountTrigger = props => {
setAccountMenuIsOpen(isOpen => !isOpen);
/**
* When the dropdown closes, the view has to
* reset to SINGIN view if the user is not
* reset to SIGNIN view if the user is not
* signed in.
*/
if (!isUserSignedIn) {
Expand Down

0 comments on commit 5954897

Please sign in to comment.