mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
remove unused index var
This commit is contained in:
parent
5cdf4abd92
commit
b0cbb7af39
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const GIFTTemplatePreview: React.FC<GIFTTemplatePreviewProps> = ({
|
|||
useEffect(() => {
|
||||
try {
|
||||
const previewItems: string[] = [];
|
||||
questions.forEach((giftQuestion, index) => {
|
||||
questions.forEach((giftQuestion) => {
|
||||
try {
|
||||
const question = parse(giftQuestion);
|
||||
const html = Template(question[0], {
|
||||
|
|
|
|||
Loading…
Reference in a new issue