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';