mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-21 23:35:05 +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(() => {
|
||||
async function loadFrames() {
|
||||
|
||||
let counter = 0
|
||||
hashtags = hashtags.split('\n')
|
||||
.map(tag => tag.trim())
|
||||
.filter(tag => tag.length > 0)
|
||||
|
|
Loading…
Reference in a new issue