Skip to content

Commit

Permalink
fix: fix yarn lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
louisewang1 committed Mar 1, 2022
1 parent d89c773 commit c02e548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/item/sharing/CCLicenseSelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const CCLicenseSelection = ({ item, edit }) => {
const { t } = useTranslation();
const classes = useStyles();
const { mutate: updateCCLicense } = useMutation(EDIT_ITEM);
const [optionValue, setOptionValue] = useState(null);
const [optionValue, setOptionValue] = useState(false);

// user
const { isLoading: isMemberLoading } = useContext(CurrentUserContext);
Expand Down

0 comments on commit c02e548

Please sign in to comment.