FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Lint · devhttps/frontend@16803df · GitHub

Commit 16803df

Browse files
Regis Kuckaertz
committed
Lint
1 parent 4e979ed commit 16803df

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎static/src/javascripts/projects/journalism/snippet-feedback.js‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ const SnippetFeedback = (options: { scroll: boolean } = { scroll: true }) => {
1515
if (!snippetId || !snippetType) {
1616
return;
1717
}
18-
const component = `snippet_${snippetType}${variant ? `_${variant.id}` : ''}`;
18+
const component = `snippet_${snippetType}${variant
19+
? `_${variant.id}`
20+
: ''}`;
1921

2022
if (variant) {
2123
variant.id.split('').forEach(c => {

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL