Skip to content

Commit

Permalink
Merge pull request #520 from MichalBryxi/patch-1
Browse files Browse the repository at this point in the history
fix: cond -> guard
  • Loading branch information
NullVoxPopuli authored Dec 17, 2024
2 parents 267edea + d6f5f87 commit a96c53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const AuthenticatedToggle = setup({
TOGGLE: [
{
target: 'active',
cond: 'isAuthenticated',
guard: 'isAuthenticated',
},
{ actions: ['notify'] },
],
Expand Down

0 comments on commit a96c53d

Please sign in to comment.