Skip to content

Commit

Permalink
Fix frontend build after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Mar 18, 2022
1 parent c437535 commit 444f3d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 137 deletions.
135 changes: 0 additions & 135 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@
"git add"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React from 'react'
import { View } from '../../reactPdf.js'
import ScheduleEntry from './ScheduleEntry.jsx'
import dayjs from '../../../../../common/helpers/dayjs.js'
import dayjs from '../../../../../../common/helpers/dayjs.js'

// converts ISO String format (UTC timezone) into a unix/seconds timestamp (UTC timezone)
function stringToTimestamp (string) {
Expand Down

0 comments on commit 444f3d7

Please sign in to comment.