Skip to content

Commit

Permalink
fix: small code cleanup from review
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Oct 3, 2024
1 parent 7924f5a commit 1ee3f8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const CreateCollectionModal = () => {
isCreateCollectionModalOpen,
closeCreateCollectionModal,
} = useLibraryContext();
const create = useCreateLibraryCollection(libraryId!);
const create = useCreateLibraryCollection(libraryId);
const { showToast } = React.useContext(ToastContext);

const handleCreate = React.useCallback((values) => {
Expand Down

0 comments on commit 1ee3f8b

Please sign in to comment.