Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Changing type -> date in tableDonation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml committed Sep 10, 2019
1 parent 0ca5339 commit 7991dc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ exports[`ModalDonation tests basic tests matches the snapshot 1`] = `
<th
className="c8"
>
MISSING: type
MISSING: date
</th>
<th
className="c9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exports[`TableDonation tests basic tests matches the snapshot 1`] = `
<th
className="c1"
>
MISSING: type
MISSING: date
</th>
<th
className="c2"
Expand Down
2 changes: 1 addition & 1 deletion src/features/rewards/tableDonation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default class TableDonation extends React.PureComponent<Props, {}> {
customStyle
},
{
content: getLocale('type'),
content: getLocale('date'),
customStyle
},
{
Expand Down

0 comments on commit 7991dc5

Please sign in to comment.