Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oddsson committed Dec 13, 2024
1 parent 74f7df9 commit cd77760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const useFilePermissions = (workingCase: Case, user?: User) => {
canViewRulings:
isDistrictCourtUser(user) || isCompletedCase(workingCase.state),
}),
[user, workingCase.hasCivilClaims],
[user, workingCase.hasCivilClaims, workingCase.state],
)
}

Expand Down

0 comments on commit cd77760

Please sign in to comment.