Skip to content

Commit

Permalink
Fixes issue 973, Button not displayed when logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
Elson9 committed Dec 16, 2023
1 parent 4c71d0c commit 99e6cb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const AccessRequestDialog: React.FC<AccessRequestDialogProps> = ({
name,
preview,
open,
variant = 'button',
variant,
}) => {
const client = useQueryClient();
const auth = useAuth();
Expand Down

0 comments on commit 99e6cb8

Please sign in to comment.