Skip to content

Commit

Permalink
fixes youtube setting
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed May 16, 2022
1 parent e093847 commit 41e0e5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function YouTube() {
const [value, setValue] = React.useState(false);

useEffect(() => {
checkYouTubePermission
checkYouTubePermission()
.then((granted) => {
setValue(granted);
setLoading(false);
Expand Down

0 comments on commit 41e0e5f

Please sign in to comment.