Skip to content

Commit

Permalink
A test [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
anvmn committed Mar 13, 2023
1 parent 33edf76 commit 81d9a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/elm/Pages/Report/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ viewLabsPane : Language -> NominalDate -> (Maybe LabResultsMode -> msg) -> Html
viewLabsPane language currentDate setLabResultsModeMsg =
let
_ =
Debug.log "viewLabsPane" ""
Debug.log "TEST" "viewLabsPane"
in
div [ class "labs" ] <|
[ viewItemHeading language Translate.LabResults "blue"
Expand Down

0 comments on commit 81d9a1f

Please sign in to comment.