mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Fix incorrect date displayed for support plan
This commit is contained in:
parent
568c2fd9d7
commit
fad058ee59
@ -41,6 +41,7 @@
|
|||||||
- Fix typos [Taiga #11971](https://tree.taiga.io/project/penpot/issue/11971)
|
- Fix typos [Taiga #11971](https://tree.taiga.io/project/penpot/issue/11971)
|
||||||
- Fix inconsistent naming for "Flatten" [Taiga #8371](https://tree.taiga.io/project/penpot/issue/8371)
|
- Fix inconsistent naming for "Flatten" [Taiga #8371](https://tree.taiga.io/project/penpot/issue/8371)
|
||||||
- Layout item tokens should be unapplied when moving out of a layout [Taiga #11012](https://tree.taiga.io/project/penpot/issue/11012)
|
- Layout item tokens should be unapplied when moving out of a layout [Taiga #11012](https://tree.taiga.io/project/penpot/issue/11012)
|
||||||
|
- Fix incorrect date displayed for support plan [Taiga #11986](https://tree.taiga.io/project/penpot/issue/11986)
|
||||||
|
|
||||||
## 2.9.0
|
## 2.9.0
|
||||||
|
|
||||||
|
|||||||
@ -281,7 +281,7 @@
|
|||||||
(ct/format-inst (:created-at profile) "d MMMM, yyyy")
|
(ct/format-inst (:created-at profile) "d MMMM, yyyy")
|
||||||
|
|
||||||
subscribed-since
|
subscribed-since
|
||||||
(ct/format-inst (:start-date profile) "d MMMM, yyyy")
|
(ct/format-inst (:start-date subscription) "d MMMM, yyyy")
|
||||||
|
|
||||||
go-to-pricing-page
|
go-to-pricing-page
|
||||||
(mf/use-fn
|
(mf/use-fn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user