We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ec60e commit d39538bCopy full SHA for d39538b
src/UnisonShare/Page/ProjectContributionChangesPage.elm
@@ -703,12 +703,10 @@ viewErrorPage appContext _ err =
703
pre [] [ text (Util.httpErrorToString err) ]
704
705
else
706
- pre
707
- []
708
- [ text (Util.httpErrorToString err) ]
+ UI.nothing
709
710
_ ->
711
- pre [] [ text (Util.httpErrorToString err) ]
712
in
713
PageContent.oneColumn
714
[ div [ class "project-contribution-changes-page" ]
0 commit comments