mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-03 11:21:38 +00:00
Various cleanup
This commit is contained in:
parent
c5f551e963
commit
4167af098f
7 changed files with 1 additions and 16 deletions
|
|
@ -53,8 +53,6 @@ const ActionRequiredRoute = () => {
|
|||
},
|
||||
];
|
||||
|
||||
console.log(checks);
|
||||
|
||||
const canReturnHome = checks.every((c) => c.valid);
|
||||
const displayedCheck = checks.find((c) => !c.valid);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue