Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 2, 2020
1 parent 917979c commit 802ef98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/templated-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function parseTemplatedLinks(links: Link[], options: SureOptions)
const fieldNames = match.slice(2, -1);

// Splitting at ','
for(const fieldName of fieldNames.split(',')) {
for (const fieldName of fieldNames.split(',')) {
fields.push({
name: fieldName,
value: '',
Expand Down

0 comments on commit 802ef98

Please sign in to comment.