Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rortan134 committed Jul 22, 2024
1 parent 3f01277 commit 2ca7094
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 @@ -29,7 +29,7 @@ import * as React from "react";
import { Dialog, DialogTrigger, DialogContent } from "@radix-ui/react-dialog";
import { Bypass } from "react-bypass";

const ProtectedAction = ({ children }) => {
const ProtectedAction = ({ children }: React.PropsWithChildren) => {
const { isLoggedIn } = useSession();

// Allow regular action when user is logged in
Expand Down

0 comments on commit 2ca7094

Please sign in to comment.