Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
luhan2017 committed Jul 20, 2021
1 parent fced4e5 commit 31436a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/** @jsx jsx */
import { css, jsx } from '@emotion/core';
import { PublishTarget, SkillManifestFile } from '@bfc/shared';
import { PublishTarget } from '@bfc/shared';
import formatMessage from 'format-message';
import React, { Fragment, useEffect, useMemo, useState } from 'react';
import { useRecoilValue } from 'recoil';
Expand Down Expand Up @@ -112,7 +112,6 @@ export const SelectProfile: React.FC<ContentProps> = ({
const [appId, setAppId] = useState<string>();
const { id, content } = manifest;
const botName = useRecoilValue(botDisplayNameState(projectId));
const skillManifests = useRecoilValue(skillManifestsState(projectId));

const [showCreateProfileDialog, setShowCreateProfileDialog] = useState(true);
const [selectedKey, setSelectedKey] = useState('');
Expand Down

0 comments on commit 31436a8

Please sign in to comment.