Skip to content

Commit

Permalink
Disable mobile view for data table on league game page
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Apr 4, 2024
1 parent 9ff564a commit 41bf94c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/league/game/_gameId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
:items="sortedSubmissions"
disable-pagination
hide-default-footer
mobile-breakpoint="0"
disable-sort
:item-class="(item) => (item.membership.user.id === user?.id ? 'row-highlighting' : '')"
>
Expand Down

0 comments on commit 41bf94c

Please sign in to comment.