1
0
Fork 0
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:
thomasrosen 2021-04-21 02:46:48 +02:00
parent 349b552bcc
commit 0bd7cb6e2d

View file

@ -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)