Skip to content

Commit

Permalink
fix: packs display && bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim145 committed Oct 17, 2024
1 parent ea4882f commit ad07a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/userPayments/PaymentsManagement.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function generateDataForPaymentSummaryTable({

if ((packs || []).length > 0)
{
const userPacks = packs.filter(p => p.user_id === user.id)
const userPacks = packs.filter(p => p)

if (userPacks.length > 0)
{
Expand Down
2 changes: 1 addition & 1 deletion lib/elvis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Elvis
VERSION = "2.8.7"
VERSION = "2.8.8"
end

0 comments on commit ad07a4d

Please sign in to comment.