| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,9 @@ const SnippetFeedback = (options: { scroll: boolean } = { scroll: true }) => { | |||
| 15 | 15 | if (!snippetId || !snippetType) { | |
| 16 | 16 | return; | |
| 17 | 17 | } | |
| 18 | - const component = `snippet_${snippetType}${variant ? `_${variant.id}` : ''}`; | ||
| 18 | + const component = `snippet_${snippetType}${variant | ||
| 19 | + ? `_${variant.id}` | ||
| 20 | + : ''}`; | ||
| 19 | 21 | ||
| 20 | 22 | if (variant) { | |
| 21 | 23 | variant.id.split('').forEach(c => { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments