Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Nov 23, 2024
1 parent 53fd326 commit bf7a266
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState, useRef, useLayoutEffect, useMemo } from 'react';
import { useState, useRef, useLayoutEffect } from 'react';

import { type Query } from 'loot-core/shared/query';
import { useSpreadsheet } from 'loot-core/src/client/SpreadsheetProvider';
Expand Down Expand Up @@ -48,7 +48,6 @@ export function useSheetValue<
latestValue.current = result.value;

useLayoutEffect(() => {
console.info('hello', bindingObj.query, bindingObj.name);
if (bindingObj.query) {
spreadsheet.createQuery(sheetName, bindingObj.name, bindingObj.query);
}
Expand Down

0 comments on commit bf7a266

Please sign in to comment.