Skip to content

Commit

Permalink
fix double filters
Browse files Browse the repository at this point in the history
  • Loading branch information
imrashb committed Jan 16, 2024
1 parent 4c91b4f commit 263be2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"scripts": {
"dev": "vite --open & firebase emulators:start",
"firebase:setup": "npm install -g firebase-tools && firebase login && firebase init emulators && cd functions && npm i",
"firebase:setup": "npm install -g firebase-tools && firebase logout && firebase login && firebase init emulators && cd functions && npm i",
"start": "vite --open",
"host": "vite --open --host",
"build": "vite build",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function GenerationModifiers({ title }) {
</ToggleButtonGroup>
)}
<GenerationSorting />
<GenerationFilters />
<FiltersProvider>
<GenerationFilters />
</FiltersProvider>
Expand Down

0 comments on commit 263be2e

Please sign in to comment.