We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8497d28 commit 616c6fdCopy full SHA for 616c6fd
2 files changed
src/components/member-page/donation/index-old.js
@@ -79,10 +79,7 @@ const TitleContainer = styled.div`
79
align-items: center;
80
`
81
82
-const DownloadYearlyReceiptButton = styled(PillButton)`
83
- height: 122px;
84
- height: 29px;
85
-`
+const DownloadYearlyReceiptButton = styled(PillButton)``
86
87
const Loading = styled.div``
88
const LoadingMask = FetchingWrapper(Loading)
src/components/member-page/donation/table/row.js
@@ -114,7 +114,7 @@ const Divider = styled(divider)`
114
115
116
export const formattedDate = date =>
117
- `${date.getUTCFullYear()}/${date.getUTCMonth() + 1}/${date.getUTCDate()}`
+ `${date.getFullYear()}/${date.getMonth() + 1}/${date.getDate()}`
118
119
const getShowEditDonationInfo = status => {
120
switch (status) {
0 commit comments