Skip to content

Commit

Permalink
I find your lack of understanding for good names of functions disturbing
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Nov 15, 2024
1 parent 054b213 commit e631326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/elements/GalleryComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="mt-12 flex flex-row justify-center items-center">
<BaseCCButton
:type="Color.RED"
@click="loadyes()"
@click="load()"
:class="{ invisible: !loadButtonVisible }"
>
Reckless Card Loading
Expand Down Expand Up @@ -91,7 +91,7 @@ onMounted(() => {
let loadButtonVisible = true;
const loadyes = () => {
const load = () => {
state.cardsOnPage += 10;
loadButtonVisible = false;
window.addEventListener("scroll", onScroll);
Expand Down

0 comments on commit e631326

Please sign in to comment.