Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasridd committed Jun 28, 2024
1 parent a61aecd commit f6012d7
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions 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 server/views/presenters/viewBaseClientPresenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BaseClient } from '../../interfaces/baseClientApi/baseClient'
import { Client } from '../../interfaces/baseClientApi/client'
import { dateTimeFormat, daysRemaining } from '../../utils/utils'

export default (baseClient: BaseClient, clients: Client[], isReadOnly: boolean = true) => {
export default (baseClient: BaseClient, clients: Client[], isReadOnly: boolean = false) => {
return {
clientsTable: clients.map(item => [
{
Expand Down

0 comments on commit f6012d7

Please sign in to comment.