chore: hack the planet
This commit is contained in:
parent
18f5f8da7d
commit
74766ce1d0
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ function setShowNulls(show: boolean) {
|
|||
}
|
||||
|
||||
async function loadPendingTasks(from: string, to: string) {
|
||||
// FIXME: HACK! This should never happen.
|
||||
// Since this route is authentication only, users would get an error message if they access the page unauthenticated.
|
||||
// Since this component is mounted as the home page before unauthenticated users get redirected
|
||||
// to the login page, they will almost always see the error message.
|
||||
|
|
Loading…
Reference in a new issue