Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b-r-o-w-n committed Feb 25, 2021
1 parent b84e862 commit 4058ade
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const BotProjectSettings: React.FC<RouteComponentProps<{ projectId: string; skil
const rootBotProjectId = useRecoilValue(rootBotProjectIdSelector);
const userSettings = useRecoilValue(userSettingsState);
const currentProjectId = skillId ?? projectId;
const schemas = useRecoilValue(schemasState(currentProjectId));
const botProject = botProjects.find((b) => b.projectId === currentProjectId);

const isRootBot = !!botProject?.isRootBot;
Expand Down

0 comments on commit 4058ade

Please sign in to comment.