Skip to content

Commit

Permalink
fix: linter format
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyUstyumenko committed Oct 18, 2022
1 parent 428c2cf commit c067f96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ export const CompoundRequestCondition = observer(
type: string,
activeRequestIndex: number,
): void => {
if (type === 'ADD') {
const clonedCondition = cloneDeep(requestCondition)
if (type === 'ADD') {
const clonedCondition = cloneDeep(requestCondition)
const emptyBlock: [number, any] = [1, {}]
const newRequestCondition = [...clonedCondition, emptyBlock]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export const CompoundRequest = observer((): ReactElement => {
const { isFilterTouched } = filterStore

const saveAttribute = useCallback(
(mode, param) => {
filterStore.initialStat.abortController?.abort()
filterStore.filteredStat.abortController?.abort()
(mode, param) => {
filterStore.initialStat.abortController?.abort()
filterStore.filteredStat.abortController?.abort()
savePanelAttribute({
attributeKind: AttributeKinds.FUNC,
attributeName,
Expand Down

0 comments on commit c067f96

Please sign in to comment.