Skip to content

Commit

Permalink
fixed lint issue in index.native.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Feb 1, 2025
1 parent 65822b2 commit 7eeeba6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { MAX_NESTING_DEPTH } from './constants';
*
* @param {Object} props Optional. Props to pass to the element. Must contain
* the ref if one is defined.
* @param {Object} options Optional. Inner blocks options.
* @param {Object} options Optional. Inner blocks options.
*/
export function useInnerBlocksProps( props = {}, options = {} ) {
const fallbackRef = useRef();
Expand Down

0 comments on commit 7eeeba6

Please sign in to comment.