refactor: remove unused code
This commit is contained in:
parent
2b75a8edad
commit
342c076966
@ -29,8 +29,6 @@ export const SurveyUsageBtn: React.FC<SurveyUsageBtnProps> = React.memo(
|
|||||||
surveyId,
|
surveyId,
|
||||||
});
|
});
|
||||||
|
|
||||||
const fields = info?.payload.items ?? [];
|
|
||||||
|
|
||||||
const exampleCode = generateSurveyExampleCode(window.location.origin, info);
|
const exampleCode = generateSurveyExampleCode(window.location.origin, info);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user