Update eslint to 8.27.0
This commit is contained in:
parent
c8fb43a846
commit
98ef4c627a
499 changed files with 8995 additions and 8494 deletions
|
@ -72,7 +72,7 @@ export type PropsType = {
|
|||
| 'toggleSignalConnectionsModal'
|
||||
>;
|
||||
|
||||
export const StoryCreator = ({
|
||||
export function StoryCreator({
|
||||
candidateConversations,
|
||||
debouncedMaybeGrabLinkPreview,
|
||||
distributionLists,
|
||||
|
@ -106,7 +106,7 @@ export const StoryCreator = ({
|
|||
toggleGroupsForStorySend,
|
||||
mostRecentActiveStoryTimestampByGroupOrDistributionList,
|
||||
toggleSignalConnectionsModal,
|
||||
}: PropsType): JSX.Element => {
|
||||
}: PropsType): JSX.Element {
|
||||
const [draftAttachment, setDraftAttachment] = useState<
|
||||
AttachmentType | undefined
|
||||
>();
|
||||
|
@ -240,4 +240,4 @@ export const StoryCreator = ({
|
|||
)}
|
||||
</>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue