Skip to content

Commit

Permalink
Fix typo in code comment
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Lander <dominik.lander@guardian.co.uk>
  • Loading branch information
abeddow91 and domlander authored Jan 23, 2025
1 parent 7a8e2a4 commit 9a1c4f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const ShowHideContainers = () => {

for (const button of showHideButtons) {
/**
* We need if a user is signed in before we can make any further decisions about show/hide buttons.
* We need to know if a user is signed in before we can make any further decisions about show/hide buttons.
* If the state is still pending, return early to prevent any flickering of the buttons.
*/
if (isSignedIn === 'Pending') return;
Expand Down

0 comments on commit 9a1c4f7

Please sign in to comment.