Skip to content

Commit

Permalink
Merge pull request #7 from CodeLanka/minore-fixes
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
agentmilindu authored Apr 13, 2020
2 parents 141470d + caf83d8 commit 44c890e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/Needs/components/NeedsList/NeedsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function createAllData(needs) {
`id-${Math.random()}`,
need.name,
need.amount,
need.createdAt.seconds * 1000,
Date.parse(need.createdAt),
need.createdBy,
need.location
)
Expand Down
2 changes: 1 addition & 1 deletion src/routes/Needs/components/NewNeedTable/NewNeedTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const EnhancedTableToolbar = (props) => {
variant="h6"
id="tableTitle"
component="div">
Nutrition
Demands
</Typography>
)}

Expand Down

0 comments on commit 44c890e

Please sign in to comment.