Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Aug 30, 2024
1 parent 70cd2ef commit 6f1d198
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/library-authoring/LibraryBlock/LibraryBlock.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable react/requires-default-props
import React, {
useEffect, useMemo, useRef, useState,
} from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/library-authoring/component-info/ComponentInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface ComponentInfoProps {
usageKey: string;
}

const ComponentInfo= ({ usageKey }: ComponentInfoProps) => {
const ComponentInfo = ({ usageKey }: ComponentInfoProps) => {
const intl = useIntl();

return (
Expand Down
1 change: 0 additions & 1 deletion src/library-authoring/data/apiHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
getXBlockFields,
updateXBlockFields,
getXBlockRender,
getXBlockHandlerUrl,
} from './api';

const libraryQueryPredicate = (query: Query, libraryId: string): boolean => {
Expand Down

0 comments on commit 6f1d198

Please sign in to comment.