Fix build hlint
This commit is contained in:
parent
4f26973206
commit
75e2210ae5
@ -666,7 +666,7 @@ colUserComment tid ssh csh =
|
||||
sortable (Just "course-user-note") (i18nCell MsgCourseUserNote)
|
||||
$ \DBRow{ dbrOutput=(Entity uid _, _, mbNoteKey) } ->
|
||||
maybeEmpty mbNoteKey $ const $
|
||||
anchorCellM (encrypt uid >>= return . courseLink) (commentWidget True)
|
||||
anchorCellM (courseLink <$> encrypt uid) (commentWidget True)
|
||||
where
|
||||
courseLink = CourseR tid ssh csh . CUserR
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user