Skip to content

Commit

Permalink
1.5.8
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Feb 17, 2023
1 parent bdb156c commit 5273374
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 1.5.8 – 2023-02-17
### Fixed
- fix main empty content buttons in mobile view

## 1.5.7 – 2023-02-12
### Changed
- lazy load frontend scripts
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>cospend</id>
<name>Cospend</name>
<summary> </summary><description> </description>
<version>1.5.7</version>
<version>1.5.8</version>
<licence>agpl</licence>
<author mail="[email protected]">Julien Veyssier</author>
<namespace>Cospend</namespace>
Expand Down
1 change: 0 additions & 1 deletion src/components/statistics/Statistics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ export default {
return Object.values(this.members)
},
membersWithStatsArray() {
console.debug('SSSS', this.stats)
return this.stats
? this.membersArray.filter((member) => {
return this.stats.memberIds.includes(member.id)
Expand Down

0 comments on commit 5273374

Please sign in to comment.