mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 15:55:08 +00:00
BUGFIX removed unused variable
This commit is contained in:
parent
349b552bcc
commit
0bd7cb6e2d
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ function HashtagChooser({ onChange, getString }) {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
async function loadFrames() {
|
async function loadFrames() {
|
||||||
|
|
||||||
let counter = 0
|
|
||||||
hashtags = hashtags.split('\n')
|
hashtags = hashtags.split('\n')
|
||||||
.map(tag => tag.trim())
|
.map(tag => tag.trim())
|
||||||
.filter(tag => tag.length > 0)
|
.filter(tag => tag.length > 0)
|
||||||
|
|
Loading…
Reference in a new issue