Skip to content

Commit

Permalink
Merge branch 'nightly' of https://github.com/Lazap-Development/Lazap
Browse files Browse the repository at this point in the history
  • Loading branch information
LegItMate committed Mar 7, 2023
2 parents 34da0c9 + a2bf74f commit 8a59807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/find-games.vue
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ export default {
elements.push(element);
}
if (listID === 'recentGamesListMainPage' && document.getElementsByClassName('placeholderGames').length < 1) {
if (listID === 'recentGamesListMainPage' && allgames.length < 5) {
for (let i = 0; i < 5 - allgames.length; i++) {
let element = document.createElement('div');
element.classList.add('placeholderGames')
Expand Down

0 comments on commit 8a59807

Please sign in to comment.