Add InboxR to breadcrumbs instance, I always forget and it causes errors
This commit is contained in:
parent
e4153fc909
commit
28439b0236
1 changed files with 2 additions and 0 deletions
|
@ -633,6 +633,8 @@ instance YesodBreadcrumbs App where
|
|||
FaviconR -> ("", Nothing)
|
||||
RobotsR -> ("", Nothing)
|
||||
|
||||
InboxR -> ("Inbox", Nothing)
|
||||
|
||||
HomeR -> ("Home", Nothing)
|
||||
ResendVerifyEmailR -> ( "Resend verification email"
|
||||
, Nothing
|
||||
|
|
Loading…
Reference in a new issue