Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Jul 24, 2024
1 parent 450e882 commit fc4662d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export function AccessCodeTable({
disableClimateSettingSchedules={disableClimateSettingSchedules}
isAccessCodeBeingRemoved={
!filteredAccessCodes.some(
(accessCode) =>
(accessCode) =>
accessCode.access_code_id === selectedViewAccessCodeId &&
accessCode.status !== 'removing'
)
Expand Down

0 comments on commit fc4662d

Please sign in to comment.