Browse Source

- Fix lint warning: EditCardDate is assigned a value but never used no-unused-vars

Thanks to xet7 !
Lauri Ojansivu 7 năm trước cách đây
mục cha
commit
c997786e64
1 tập tin đã thay đổi với 5 bổ sung3 xóa
  1. 5 3
      CHANGELOG.md

+ 5 - 3
CHANGELOG.md

@@ -2,9 +2,11 @@
 
 This release fixes the following bugs:
 
-* [Fix warning about missing space in jade file](https://github.com/wekan/wekan/commit/067aef9de948ef0cb6037d52602100b00d214706);
-* [Revert "[Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714)", so that [initials are again
-   visible](https://github.com/wekan/wekan/commit/122a61b3333fb77c0f08bbdc6fe0d3c2f6db97df).
+- [Fix warning about missing space in jade file](https://github.com/wekan/wekan/commit/067aef9de948ef0cb6037d52602100b00d214706);
+- Revert [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714), so that [initials are again
+  visible](https://github.com/wekan/wekan/commit/122a61b3333fb77c0f08bbdc6fe0d3c2f6db97df);
+- Fix lint warning: [EditCardDate is assigned a value but never used
+  no-unused-vars](https://github.com/wekan/wekan/commit/dd324aa581bed7ea31f20968c6b596f373e7054f).
 
 Thanks to GitHub users pravdomil and xet7 for their contributions.