Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdrme committed Jan 30, 2025
1 parent f2da6d6 commit f307970
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/renderer/components/maps/filters/FavoritesFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Checkbox from "@renderer/components/controls/Checkbox.vue";
import { mapsStore } from "@renderer/store/maps.store";
const favoritesOnly = ref(false);
const { filters } = mapsStore;
watch(favoritesOnly, (newFavoritesOnly) => {
mapsStore.filters.favoritesOnly = newFavoritesOnly;
Expand Down
1 change: 0 additions & 1 deletion src/renderer/views/library/maps/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
* Back button to return to map list
*/
import Button from "@renderer/components/controls/Button.vue";
import ToggleButton from "@renderer/components/controls/ToggleButton.vue";
import { db } from "@renderer/store/db";
import { battleActions } from "@renderer/store/battle.store";
import { useRouter } from "vue-router";
Expand Down

0 comments on commit f307970

Please sign in to comment.