mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-12 15:22:35 +02:00
Various cleanup
This commit is contained in:
@@ -53,8 +53,6 @@ const ActionRequiredRoute = () => {
|
||||
},
|
||||
];
|
||||
|
||||
console.log(checks);
|
||||
|
||||
const canReturnHome = checks.every((c) => c.valid);
|
||||
const displayedCheck = checks.find((c) => !c.valid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user