From a5947cebe18b1f3acc119cdf9b0b039fc84190ae Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Sat, 27 Feb 2021 18:59:48 +0700 Subject: [PATCH] #34 cleanup --- src/components/input/Textarea/index.tsx | 2 +- src/redux/node/sagas.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/input/Textarea/index.tsx b/src/components/input/Textarea/index.tsx index d51fa31e..f7d5f180 100644 --- a/src/components/input/Textarea/index.tsx +++ b/src/components/input/Textarea/index.tsx @@ -6,7 +6,7 @@ import React, { useCallback, useEffect, useRef, - useState + useState, } from 'react'; import classNames from 'classnames'; import autosize from 'autosize'; diff --git a/src/redux/node/sagas.ts b/src/redux/node/sagas.ts index a4387ccd..95f43082 100644 --- a/src/redux/node/sagas.ts +++ b/src/redux/node/sagas.ts @@ -25,7 +25,7 @@ import { nodeSetRelated, nodeSetSaveErrors, nodeSetTags, - nodeUpdateTags + nodeUpdateTags, } from './actions'; import { getNode, @@ -37,7 +37,7 @@ import { postNodeLock, postNodeLockComment, postNodeStar, - updateNodeTags + updateNodeTags, } from './api'; import { reqWrapper } from '../auth/sagas'; import { flowSetNodes, flowSetUpdated } from '../flow/actions';